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/Ketsji/KX_IPhysicsController.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/gameengine/Ketsji/KX_IPhysicsController.cpp') diff --git a/source/gameengine/Ketsji/KX_IPhysicsController.cpp b/source/gameengine/Ketsji/KX_IPhysicsController.cpp index 5ef22dd4f74..fe43261c0be 100644 --- a/source/gameengine/Ketsji/KX_IPhysicsController.cpp +++ b/source/gameengine/Ketsji/KX_IPhysicsController.cpp @@ -31,6 +31,9 @@ */ #include "KX_IPhysicsController.h" +#ifdef HAVE_CONFIG_H +#include +#endif KX_IPhysicsController::KX_IPhysicsController(bool dyna,void* userdata) -- cgit v1.2.3