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_PyConstraintBinding.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/gameengine/Ketsji/KX_PyConstraintBinding.cpp') diff --git a/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp b/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp index 67a40639a13..ae7c8caaa51 100644 --- a/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp +++ b/source/gameengine/Ketsji/KX_PyConstraintBinding.cpp @@ -35,6 +35,9 @@ #include "KX_PhysicsObjectWrapper.h" #include "PHY_IPhysicsController.h" +#ifdef HAVE_CONFIG_H +#include +#endif // nasty glob variable to connect scripting language // if there is a better way (without global), please do so! -- cgit v1.2.3