diff options
author | Benjamin Haisch | 2010-05-10 08:32:32 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-11-20 22:43:09 +0100 |
commit | d885aedd488f3a62701d2bcfb06012d543f0ab29 (patch) | |
tree | 1af057a93cc825d489feec7a68b7fb3b0d720bef /engines | |
parent | fc324073d54376d21a8d58bc4199f529266d9ec4 (diff) | |
download | scummvm-rg350-d885aedd488f3a62701d2bcfb06012d543f0ab29.tar.gz scummvm-rg350-d885aedd488f3a62701d2bcfb06012d543f0ab29.tar.bz2 scummvm-rg350-d885aedd488f3a62701d2bcfb06012d543f0ab29.zip |
TOLTECS: Fix compilation with trunk
Diffstat (limited to 'engines')
-rw-r--r-- | engines/toltecs/toltecs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/toltecs/toltecs.cpp b/engines/toltecs/toltecs.cpp index 6e9df70328..2e4d4f6454 100644 --- a/engines/toltecs/toltecs.cpp +++ b/engines/toltecs/toltecs.cpp @@ -36,6 +36,8 @@ #include "graphics/cursorman.h" #include "graphics/primitives.h" +#include "engines/util.h" + #include "sound/mixer.h" #include "toltecs/toltecs.h" |