aboutsummaryrefslogtreecommitdiff
path: root/engines/m4
diff options
context:
space:
mode:
authorMax Horn2010-05-04 11:59:22 +0000
committerMax Horn2010-05-04 11:59:22 +0000
commit970745e60c41286ff2dc1a448a5e6c39e4581671 (patch)
tree61ba53cd840bb277b36d3c05cc29233f2e0606f5 /engines/m4
parentb3e404109c31160c978a17ebe497b9bdef9ff51a (diff)
downloadscummvm-rg350-970745e60c41286ff2dc1a448a5e6c39e4581671.tar.gz
scummvm-rg350-970745e60c41286ff2dc1a448a5e6c39e4581671.tar.bz2
scummvm-rg350-970745e60c41286ff2dc1a448a5e6c39e4581671.zip
Move DebugChannel related code to new header
svn-id: r48935
Diffstat (limited to 'engines/m4')
-rw-r--r--engines/m4/m4.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/m4/m4.cpp b/engines/m4/m4.cpp
index 37666f6880..33a2fe6b68 100644
--- a/engines/m4/m4.cpp
+++ b/engines/m4/m4.cpp
@@ -58,6 +58,7 @@
#include "common/endian.h"
#include "common/system.h"
#include "common/config-manager.h"
+#include "common/debug-channels.h"
#include "engines/util.h"
#include "graphics/surface.h"
#include "sound/mididrv.h"