diff options
Diffstat (limited to 'frontend/cmd/help.cpp')
-rw-r--r-- | frontend/cmd/help.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/cmd/help.cpp b/frontend/cmd/help.cpp index e614f28..b655a45 100644 --- a/frontend/cmd/help.cpp +++ b/frontend/cmd/help.cpp @@ -1,4 +1,5 @@ -#include "../print.h" +#include "backend/print.h" + #include "../Player.h" using namespace std; |