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/blender/include/BSE_editipo.h')
-rw-r--r--source/blender/include/BSE_editipo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BSE_editipo.h b/source/blender/include/BSE_editipo.h
index 69fb9dd65ac..334c1e452ba 100644
--- a/source/blender/include/BSE_editipo.h
+++ b/source/blender/include/BSE_editipo.h
@@ -33,6 +33,10 @@
#ifndef BSE_EDITIPO_H
#define BSE_EDITIPO_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct TransVert;
struct IpoCurve;
struct BezTriple;