From 162460d18ab91c213e4e57c3deea4b591b60a966 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 18 Sep 2007 21:23:22 +0000 Subject: Must include stdafx.h before scummsys.h svn-id: r28949 --- common/array.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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" -- cgit v1.2.3