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/Ipo.c')
-rw-r--r--source/blender/python/api2_2x/Ipo.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Ipo.c b/source/blender/python/api2_2x/Ipo.c
index 4a5b245e352..b155e2a12e3 100644
--- a/source/blender/python/api2_2x/Ipo.c
+++ b/source/blender/python/api2_2x/Ipo.c
@@ -39,9 +39,12 @@
#include <BSE_editipo.h>
#include <BLI_blenlib.h>
+#include <DNA_curve_types.h>
+
+#include "Ipocurve.h"
#include "constant.h"
#include "gen_utils.h"
-#include "modules.h"
+
/* forward declarations */