aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorMax Horn2010-05-04 11:59:22 +0000
committerMax Horn2010-05-04 11:59:22 +0000
commit970745e60c41286ff2dc1a448a5e6c39e4581671 (patch)
tree61ba53cd840bb277b36d3c05cc29233f2e0606f5 /common/system.h
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 'common/system.h')
-rw-r--r--common/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index ca006950e3..76689bf381 100644
--- a/common/system.h
+++ b/common/system.h
@@ -29,6 +29,7 @@
#include "common/scummsys.h"
#include "common/noncopyable.h"
#include "common/rect.h"
+#include "common/list.h" // For OSystem::getSupportedFormats()
#include "graphics/pixelformat.h"