From 209a2ede2cdeade0d543969e7b2ff62fee84b43e Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 15:29:57 +0000 Subject: Last of the config.h mods... #ifdef HAVE_CONFIG_H #include #endif added to these files. Kent -- mein@cs.umn.edu --- source/gameengine/GameLogic/SCA_PropertyEventManager.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/gameengine/GameLogic/SCA_PropertyEventManager.cpp') diff --git a/source/gameengine/GameLogic/SCA_PropertyEventManager.cpp b/source/gameengine/GameLogic/SCA_PropertyEventManager.cpp index 2b3ad1d2c1c..4b81b0e4124 100644 --- a/source/gameengine/GameLogic/SCA_PropertyEventManager.cpp +++ b/source/gameengine/GameLogic/SCA_PropertyEventManager.cpp @@ -30,9 +30,11 @@ */ #include "SCA_ISensor.h" - #include "SCA_PropertyEventManager.h" +#ifdef HAVE_CONFIG_H +#include +#endif SCA_PropertyEventManager::SCA_PropertyEventManager(class SCA_LogicManager* logicmgr) -- cgit v1.2.3