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_WorldIpoController.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/gameengine/Ketsji/KX_WorldIpoController.cpp') diff --git a/source/gameengine/Ketsji/KX_WorldIpoController.cpp b/source/gameengine/Ketsji/KX_WorldIpoController.cpp index c4907a29a7a..4d7e6592b6b 100644 --- a/source/gameengine/Ketsji/KX_WorldIpoController.cpp +++ b/source/gameengine/Ketsji/KX_WorldIpoController.cpp @@ -30,10 +30,13 @@ */ #include "KX_WorldIpoController.h" - #include "KX_ScalarInterpolator.h" #include "KX_WorldInfo.h" +#ifdef HAVE_CONFIG_H +#include +#endif + bool KX_WorldIpoController::Update(double currentTime) { if (m_modified) -- cgit v1.2.3