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_PositionInterpolator.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/gameengine/Ketsji/KX_PositionInterpolator.cpp') diff --git a/source/gameengine/Ketsji/KX_PositionInterpolator.cpp b/source/gameengine/Ketsji/KX_PositionInterpolator.cpp index 96af6e3ccf3..eb8edcdca94 100644 --- a/source/gameengine/Ketsji/KX_PositionInterpolator.cpp +++ b/source/gameengine/Ketsji/KX_PositionInterpolator.cpp @@ -30,11 +30,13 @@ */ #include "KX_PositionInterpolator.h" - - #include "MT_Point3.h" #include "KX_IScalarInterpolator.h" +#ifdef HAVE_CONFIG_H +#include +#endif + void KX_PositionInterpolator::Execute(float currentTime) const { m_target.setValue(m_ipos[0]->GetValue(currentTime), m_ipos[1]->GetValue(currentTime), -- cgit v1.2.3