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_MotionState.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/gameengine/Ketsji/KX_MotionState.cpp') diff --git a/source/gameengine/Ketsji/KX_MotionState.cpp b/source/gameengine/Ketsji/KX_MotionState.cpp index 50b1943e5f0..6de9cf3b36e 100644 --- a/source/gameengine/Ketsji/KX_MotionState.cpp +++ b/source/gameengine/Ketsji/KX_MotionState.cpp @@ -32,6 +32,10 @@ #include "KX_MotionState.h" #include "SG_Spatial.h" +#ifdef HAVE_CONFIG_H +#include +#endif + KX_MotionState::KX_MotionState(SG_Spatial* node) : m_node(node) { -- cgit v1.2.3