From 8f88764ef04151ad9f3c8709475027269e8efa31 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sun, 10 Aug 2003 20:57:41 +0000 Subject: stdafx.h needs to be included before scummsys.h because of the #define of free. svn-id: r9628 --- gui/browser.cpp | 1 + gui/chooser.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'gui') diff --git a/gui/browser.cpp b/gui/browser.cpp index ba2806a629..8eed83edf5 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -18,6 +18,7 @@ * $Header$ */ +#include "stdafx.h" #include "browser.h" #include "newgui.h" #include "ListWidget.h" diff --git a/gui/chooser.cpp b/gui/chooser.cpp index 33ee2dc4ca..ae88e1f007 100644 --- a/gui/chooser.cpp +++ b/gui/chooser.cpp @@ -18,6 +18,7 @@ * $Header$ */ +#include "stdafx.h" #include "chooser.h" #include "newgui.h" #include "ListWidget.h" -- cgit v1.2.3