aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-06-02 13:34:41 +0000
committerTravis Howell2006-06-02 13:34:41 +0000
commit179f097202fbdaa73f3584454e9e4edf0db93d7f (patch)
treea2c15acb8ebb8b6343fada2df9962dce2d626056
parent8c7abdf024f32e566480d2d978a4cd4399435baa (diff)
downloadscummvm-rg350-179f097202fbdaa73f3584454e9e4edf0db93d7f.tar.gz
scummvm-rg350-179f097202fbdaa73f3584454e9e4edf0db93d7f.tar.bz2
scummvm-rg350-179f097202fbdaa73f3584454e9e4edf0db93d7f.zip
Fix mingw compile
svn-id: r22835
-rw-r--r--common/str.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/str.cpp b/common/str.cpp
index 6ac23126b4..9d5d9e7c2c 100644
--- a/common/str.cpp
+++ b/common/str.cpp
@@ -20,7 +20,9 @@
*/
#include "common/stdafx.h"
+
#include "common/str.h"
+#include "common/util.h"
#include <ctype.h>