aboutsummaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorOri Avtalion2011-04-28 20:00:19 +0300
committerOri Avtalion2011-04-28 20:00:19 +0300
commitc46e4a47f23f98022722f64a7b3bfbb0e0f0256d (patch)
tree8706d8558088841403b716208feb6d04b1b35952 /video
parenta88e355b2d53a0561ba42169e06f9a786fa7c040 (diff)
downloadscummvm-rg350-c46e4a47f23f98022722f64a7b3bfbb0e0f0256d.tar.gz
scummvm-rg350-c46e4a47f23f98022722f64a7b3bfbb0e0f0256d.tar.bz2
scummvm-rg350-c46e4a47f23f98022722f64a7b3bfbb0e0f0256d.zip
VIDEO: Fix compilation on SCUMM_BIG_ENDIAN backends
Diffstat (limited to 'video')
-rw-r--r--video/codecs/truemotion1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/codecs/truemotion1.cpp b/video/codecs/truemotion1.cpp
index b8273c21a8..577c72c133 100644
--- a/video/codecs/truemotion1.cpp
+++ b/video/codecs/truemotion1.cpp
@@ -33,6 +33,7 @@
#include "video/codecs/truemotion1data.h"
#include "common/stream.h"
#include "common/textconsole.h"
+#include "common/util.h"
namespace Video {