aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1')
-rw-r--r--engines/sword1/debug.cpp2
-rw-r--r--engines/sword1/router.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword1/debug.cpp b/engines/sword1/debug.cpp
index fd8c411504..39f280748c 100644
--- a/engines/sword1/debug.cpp
+++ b/engines/sword1/debug.cpp
@@ -23,7 +23,7 @@
*
*/
-
+#include "common/debug.h"
#include "common/util.h"
#include "sword1/debug.h"
diff --git a/engines/sword1/router.cpp b/engines/sword1/router.cpp
index d5620073a5..a0a990045c 100644
--- a/engines/sword1/router.cpp
+++ b/engines/sword1/router.cpp
@@ -23,7 +23,7 @@
*
*/
-
+#include "common/debug.h"
#include "common/util.h"
#include "sword1/router.h"