From 789ba49ca2b11f3fb9e1e3db0981654c88601350 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Tue, 5 Jun 2007 18:29:36 +0000 Subject: [PATCH] Oops, it crashes unless I include them this way around This was SVN commit r5145. --- source/tools/atlas/wxJS/precompiled.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tools/atlas/wxJS/precompiled.h b/source/tools/atlas/wxJS/precompiled.h index 9fdbc907c4..7078eec30f 100644 --- a/source/tools/atlas/wxJS/precompiled.h +++ b/source/tools/atlas/wxJS/precompiled.h @@ -16,8 +16,8 @@ #ifdef USING_PCH #define WX_PRECOMP -#include "wx/wxprec.h" #include "common/main.h" +#include "wx/wxprec.h" #endif