aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/unpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/unpack.h')
-rw-r--r--engines/cine/unpack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/cine/unpack.h b/engines/cine/unpack.h
index 1f0c85bb3b..5677f92248 100644
--- a/engines/cine/unpack.h
+++ b/engines/cine/unpack.h
@@ -25,6 +25,9 @@
#ifndef CINE_UNPACK_H_
#define CINE_UNPACK_H_
+#include "common/stdafx.h"
+#include "common/scummsys.h"
+
namespace Cine {
int decomp(uint8 *in, uint8 *out, int size);