aboutsummaryrefslogtreecommitdiff
path: root/common/scaler/scale3x.cpp
diff options
context:
space:
mode:
authorNicolas Bacca2004-12-20 23:55:31 +0000
committerNicolas Bacca2004-12-20 23:55:31 +0000
commit4e497117bd4c5a3376a6edb45a0c76f1398daa88 (patch)
treeee0bb68c35ebae869725f8e8fa4f1aefe967429e /common/scaler/scale3x.cpp
parent38c1b61759d019cbfa6dcc55cff163a9314c12a1 (diff)
downloadscummvm-rg350-4e497117bd4c5a3376a6edb45a0c76f1398daa88.tar.gz
scummvm-rg350-4e497117bd4c5a3376a6edb45a0c76f1398daa88.tar.bz2
scummvm-rg350-4e497117bd4c5a3376a6edb45a0c76f1398daa88.zip
Add common include needed by WinCE
svn-id: r16217
Diffstat (limited to 'common/scaler/scale3x.cpp')
-rw-r--r--common/scaler/scale3x.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/scaler/scale3x.cpp b/common/scaler/scale3x.cpp
index 7b69833228..22366d7cdb 100644
--- a/common/scaler/scale3x.cpp
+++ b/common/scaler/scale3x.cpp
@@ -36,6 +36,8 @@
#include <config.h>
#endif
+#include "common/scaler/intern.h"
+
#include "scale3x.h"
#include <assert.h>