aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2011-08-05 11:16:03 +0100
committerEugene Sandulenko2011-08-06 11:28:40 +0100
commit6e795a89b0d45c79f99dcd9d50fda467e9a2466e (patch)
treec69ae1ebe1ef42b3f2c887a2e75dd85a788943ab /engines/agos/vga.cpp
parent43c7b10566ee0c9ad51ca611ff1fa21fde889c08 (diff)
downloadscummvm-rg350-6e795a89b0d45c79f99dcd9d50fda467e9a2466e.tar.gz
scummvm-rg350-6e795a89b0d45c79f99dcd9d50fda467e9a2466e.tar.bz2
scummvm-rg350-6e795a89b0d45c79f99dcd9d50fda467e9a2466e.zip
AGOS: Reduced header dependency
Diffstat (limited to 'engines/agos/vga.cpp')
-rw-r--r--engines/agos/vga.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agos/vga.cpp b/engines/agos/vga.cpp
index de6a6976e5..8541f579d6 100644
--- a/engines/agos/vga.cpp
+++ b/engines/agos/vga.cpp
@@ -27,6 +27,7 @@
#include "agos/intern.h"
#include "agos/vga.h"
+#include "common/endian.h"
#include "common/system.h"
#include "common/textconsole.h"