aboutsummaryrefslogtreecommitdiff
path: root/scumm/debug.cpp
diff options
context:
space:
mode:
authorMax Horn2002-11-05 22:42:32 +0000
committerMax Horn2002-11-05 22:42:32 +0000
commit6d9b62267c456db0a9bbdb2c65bc0c183e1aed8c (patch)
tree4fade1b541a05f074853496f70900c3b228c826a /scumm/debug.cpp
parente69f6086d32e937e53f14a68288c5ab6343b03e2 (diff)
downloadscummvm-rg350-6d9b62267c456db0a9bbdb2c65bc0c183e1aed8c.tar.gz
scummvm-rg350-6d9b62267c456db0a9bbdb2c65bc0c183e1aed8c.tar.bz2
scummvm-rg350-6d9b62267c456db0a9bbdb2c65bc0c183e1aed8c.zip
note to self: always test with precompiled headers off before checkin
svn-id: r5430
Diffstat (limited to 'scumm/debug.cpp')
-rw-r--r--scumm/debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/debug.cpp b/scumm/debug.cpp
index 7ce7715a69..6cd8d23ad6 100644
--- a/scumm/debug.cpp
+++ b/scumm/debug.cpp
@@ -27,6 +27,7 @@
#include "scumm.h"
#include "actor.h"
#include "debug.h"
+#include "common/util.h"
#ifdef HAVE_READLINE
#include "debugrl.h"