diff options
| -rw-r--r-- | graphics/iff.cpp | 3 | 
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 { | 
