aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2007-09-18 21:23:22 +0000
committerMax Horn2007-09-18 21:23:22 +0000
commit162460d18ab91c213e4e57c3deea4b591b60a966 (patch)
tree599ee5557344e29c5ffec72b83af5db7e1834a0f
parent664446f5d82d9712cf91db78f629af6a8a3eb070 (diff)
downloadscummvm-rg350-162460d18ab91c213e4e57c3deea4b591b60a966.tar.gz
scummvm-rg350-162460d18ab91c213e4e57c3deea4b591b60a966.tar.bz2
scummvm-rg350-162460d18ab91c213e4e57c3deea4b591b60a966.zip
Must include stdafx.h before scummsys.h
svn-id: r28949
-rw-r--r--common/array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/array.h b/common/array.h
index af9ec811da..6f16663e67 100644
--- a/common/array.h
+++ b/common/array.h
@@ -25,6 +25,7 @@
#ifndef COMMON_ARRAY_H
#define COMMON_ARRAY_H
+#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/algorithm.h"