Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Ketsji/KX_ScalarInterpolator.h')
-rw-r--r--source/gameengine/Ketsji/KX_ScalarInterpolator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_ScalarInterpolator.h b/source/gameengine/Ketsji/KX_ScalarInterpolator.h
index 72e8203d3c4..2df0544d9eb 100644
--- a/source/gameengine/Ketsji/KX_ScalarInterpolator.h
+++ b/source/gameengine/Ketsji/KX_ScalarInterpolator.h
@@ -35,6 +35,10 @@
#include "MT_Scalar.h"
#include "KX_IInterpolator.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
class KX_IScalarInterpolator;
class KX_ScalarInterpolator : public KX_IInterpolator {