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_IObject.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source/gameengine/GameLogic/SCA_IObject.cpp') diff --git a/source/gameengine/GameLogic/SCA_IObject.cpp b/source/gameengine/GameLogic/SCA_IObject.cpp index 012479ba2d3..47a81f35896 100644 --- a/source/gameengine/GameLogic/SCA_IObject.cpp +++ b/source/gameengine/GameLogic/SCA_IObject.cpp @@ -29,15 +29,18 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ - #include "SCA_IObject.h" #include "SCA_ISensor.h" #include "SCA_IController.h" #include "SCA_IActuator.h" #include "MT_Point3.h" - #include "ListValue.h" +#ifdef HAVE_CONFIG_H +#include +#endif + + MT_Point3 SCA_IObject::m_sDummy=MT_Point3(0,0,0); SCA_IObject::SCA_IObject(PyTypeObject* T): CValue(T) -- cgit v1.2.3