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/python/api2_2x/Curve.h')
-rw-r--r--source/blender/python/api2_2x/Curve.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Curve.h b/source/blender/python/api2_2x/Curve.h
index 31a1fdfd9aa..38e977adbdc 100644
--- a/source/blender/python/api2_2x/Curve.h
+++ b/source/blender/python/api2_2x/Curve.h
@@ -33,7 +33,8 @@
#ifndef EXPP_CURVE_H
#define EXPP_CURVE_H
-#include <DNA_curve_types.h>
+#include <Python.h>
+#include "DNA_curve_types.h"
extern PyTypeObject Curve_Type;