diff options
author | Max Horn | 2002-11-05 22:42:32 +0000 |
---|---|---|
committer | Max Horn | 2002-11-05 22:42:32 +0000 |
commit | 6d9b62267c456db0a9bbdb2c65bc0c183e1aed8c (patch) | |
tree | 4fade1b541a05f074853496f70900c3b228c826a | |
parent | e69f6086d32e937e53f14a68288c5ab6343b03e2 (diff) | |
download | scummvm-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
-rw-r--r-- | scumm/debug.cpp | 1 |
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" |