diff options
author | Travis Howell | 2002-11-30 16:23:54 +0000 |
---|---|---|
committer | Travis Howell | 2002-11-30 16:23:54 +0000 |
commit | fc8f38f4e16e65821d990271631f6d0e74c3fb6f (patch) | |
tree | ffeda218781308b74cbf7f568e07347ef8d9e8fb /scumm | |
parent | c0c5fc274f74cf9b3809acf565aa626f52b183cb (diff) | |
download | scummvm-rg350-fc8f38f4e16e65821d990271631f6d0e74c3fb6f.tar.gz scummvm-rg350-fc8f38f4e16e65821d990271631f6d0e74c3fb6f.tar.bz2 scummvm-rg350-fc8f38f4e16e65821d990271631f6d0e74c3fb6f.zip |
Fix compile
svn-id: r5762
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scummvm.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 447733d89f..c8164bd018 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -30,12 +30,13 @@ #include "actor.h" #include "debug.h" #include "dialogs.h" -#include "gameDetector.h" #include "gui/newgui.h" #include "gui/message.h" #include "object.h" #include "resource.h" #include "string.h" +#include "verbs.h" +#include "common/gameDetector.h" #include "common/config-file.h" #ifdef _WIN32_WCE |