From c46e4a47f23f98022722f64a7b3bfbb0e0f0256d Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Thu, 28 Apr 2011 20:00:19 +0300 Subject: VIDEO: Fix compilation on SCUMM_BIG_ENDIAN backends --- video/codecs/truemotion1.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'video') 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 { -- cgit v1.2.3