diff options
author | Max Horn | 2007-09-18 21:23:22 +0000 |
---|---|---|
committer | Max Horn | 2007-09-18 21:23:22 +0000 |
commit | 162460d18ab91c213e4e57c3deea4b591b60a966 (patch) | |
tree | 599ee5557344e29c5ffec72b83af5db7e1834a0f /common | |
parent | 664446f5d82d9712cf91db78f629af6a8a3eb070 (diff) | |
download | scummvm-rg350-162460d18ab91c213e4e57c3deea4b591b60a966.tar.gz scummvm-rg350-162460d18ab91c213e4e57c3deea4b591b60a966.tar.bz2 scummvm-rg350-162460d18ab91c213e4e57c3deea4b591b60a966.zip |
Must include stdafx.h before scummsys.h
svn-id: r28949
Diffstat (limited to 'common')
-rw-r--r-- | common/array.h | 1 |
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" |