diff options
author | Travis Howell | 2006-11-13 22:42:24 +0000 |
---|---|---|
committer | Travis Howell | 2006-11-13 22:42:24 +0000 |
commit | cc8653604ed9255132fe1404c6a2ef59d81c54f2 (patch) | |
tree | 8f070980b270e81ef8a71295ff5e2b21f1424a38 | |
parent | a750e6f4f5b45cb63d0ddf04477b53ab6035d878 (diff) | |
download | scummvm-rg350-cc8653604ed9255132fe1404c6a2ef59d81c54f2.tar.gz scummvm-rg350-cc8653604ed9255132fe1404c6a2ef59d81c54f2.tar.bz2 scummvm-rg350-cc8653604ed9255132fe1404c6a2ef59d81c54f2.zip |
Fix compile
svn-id: r24716
-rw-r--r-- | common/stream.cpp | 1 |
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 { |