From b3b12c49035f80c03348d85f26c7f63215f175e9 Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 18 Nov 2009 18:33:41 +0000 Subject: [PATCH] Fix compilation in release mode busted in r3320 git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3323 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/planets/pstarmap.c | 1 + sc2/src/uqm/planets/solarsys.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sc2/src/uqm/planets/pstarmap.c b/sc2/src/uqm/planets/pstarmap.c index d333ee21a..4d5987a68 100644 --- a/sc2/src/uqm/planets/pstarmap.c +++ b/sc2/src/uqm/planets/pstarmap.c @@ -21,6 +21,7 @@ #include "../controls.h" // XXX: for stuff that does not belong there #include "../encount.h" +#include "../races.h" #include "../gameopt.h" #include "../gamestr.h" #include "../globdata.h" diff --git a/sc2/src/uqm/planets/solarsys.c b/sc2/src/uqm/planets/solarsys.c index 97ea3182b..bd45774a6 100644 --- a/sc2/src/uqm/planets/solarsys.c +++ b/sc2/src/uqm/planets/solarsys.c @@ -20,6 +20,7 @@ #include "../colors.h" #include "../controls.h" #include "../encount.h" +#include "../races.h" #include "../gamestr.h" #include "../globdata.h" #include "../init.h"