Must include stdafx.h before scummsys.h

svn-id: r28949
This commit is contained in:
Max Horn 2007-09-18 21:23:22 +00:00
parent 664446f5d8
commit 162460d18a

View File

@ -25,6 +25,7 @@
#ifndef COMMON_ARRAY_H
#define COMMON_ARRAY_H
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/algorithm.h"