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_ScalingInterpolator.h')
-rw-r--r--source/gameengine/Ketsji/KX_ScalingInterpolator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_ScalingInterpolator.h b/source/gameengine/Ketsji/KX_ScalingInterpolator.h
index 25c5cc87d83..2aa699441ad 100644
--- a/source/gameengine/Ketsji/KX_ScalingInterpolator.h
+++ b/source/gameengine/Ketsji/KX_ScalingInterpolator.h
@@ -34,6 +34,10 @@
#include "KX_IInterpolator.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
class MT_Vector3;
class KX_IScalarInterpolator;