From 311344b4451894120fa4688e431c67d5f08bd2fe Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sun, 15 Feb 2009 09:56:04 +0000 Subject: fixed msvc9 compilation svn-id: r38208 --- engines/sci/scicore/games.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/scicore/games.h') diff --git a/engines/sci/scicore/games.h b/engines/sci/scicore/games.h index d8b9642fba..b5c4a02b29 100644 --- a/engines/sci/scicore/games.h +++ b/engines/sci/scicore/games.h @@ -32,7 +32,7 @@ # error "You shouldn't be including this header file." #endif -#include +#include "sci/include/versions.h" typedef struct _sci_game { int id; /* currently CRC of resource.001 */ -- cgit v1.2.3