aboutsummaryrefslogtreecommitdiff
path: root/graphics/iff.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-05-01 16:40:17 +0000
committerNicola Mettifogo2007-05-01 16:40:17 +0000
commit5d3bec7286d71ca334f156d77b91aabab0e31762 (patch)
tree038a17a55bc4d9d2af5e0b991a630140c5c6b8ad /graphics/iff.cpp
parentd6c60a540706b1c440a862bbbfb61fc8ee2838cc (diff)
downloadscummvm-rg350-5d3bec7286d71ca334f156d77b91aabab0e31762.tar.gz
scummvm-rg350-5d3bec7286d71ca334f156d77b91aabab0e31762.tar.bz2
scummvm-rg350-5d3bec7286d71ca334f156d77b91aabab0e31762.zip
Fix missing include.
svn-id: r26725
Diffstat (limited to 'graphics/iff.cpp')
-rw-r--r--graphics/iff.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/iff.cpp b/graphics/iff.cpp
index d4595a724c..d4f12e6d35 100644
--- a/graphics/iff.cpp
+++ b/graphics/iff.cpp
@@ -19,10 +19,11 @@
* $Id$
*/
-
#include "graphics/iff.h"
#include "graphics/surface.h"
+#include "common/util.h"
+
namespace Common {