aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2006-11-13 22:42:24 +0000
committerTravis Howell2006-11-13 22:42:24 +0000
commitcc8653604ed9255132fe1404c6a2ef59d81c54f2 (patch)
tree8f070980b270e81ef8a71295ff5e2b21f1424a38 /common
parenta750e6f4f5b45cb63d0ddf04477b53ab6035d878 (diff)
downloadscummvm-rg350-cc8653604ed9255132fe1404c6a2ef59d81c54f2.tar.gz
scummvm-rg350-cc8653604ed9255132fe1404c6a2ef59d81c54f2.tar.bz2
scummvm-rg350-cc8653604ed9255132fe1404c6a2ef59d81c54f2.zip
Fix compile
svn-id: r24716
Diffstat (limited to 'common')
-rw-r--r--common/stream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/stream.cpp b/common/stream.cpp
index 94ca514ad1..afc21ebca2 100644
--- a/common/stream.cpp
+++ b/common/stream.cpp
@@ -23,6 +23,7 @@
#include "common/stdafx.h"
#include "common/stream.h"
#include "common/str.h"
+#include "common/util.h"
namespace Common {