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:
-rw-r--r--source/blender/imbuf/IMB_imbuf.h1
-rw-r--r--source/blender/python/api2_2x/Object.c1
-rw-r--r--source/blender/src/transform_manipulator.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index c4141b0a868..c55e353ee6c 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -526,6 +526,7 @@ void quicktime_exit(void);
#endif //WITH_QUICKTIME
/* intern/dynlibtiff.c */
+void libtiff_init(void);
void libtiff_exit(void);
#endif
diff --git a/source/blender/python/api2_2x/Object.c b/source/blender/python/api2_2x/Object.c
index 1fc2bf8bcb8..221b9c724a0 100644
--- a/source/blender/python/api2_2x/Object.c
+++ b/source/blender/python/api2_2x/Object.c
@@ -83,6 +83,7 @@ struct rctf;
#include "BDR_editobject.h"
#include "BDR_editcurve.h"
+#include "BDR_drawobject.h"
#include "MEM_guardedalloc.h"
diff --git a/source/blender/src/transform_manipulator.c b/source/blender/src/transform_manipulator.c
index 97a6ad227cc..406237936db 100644
--- a/source/blender/src/transform_manipulator.c
+++ b/source/blender/src/transform_manipulator.c
@@ -75,6 +75,7 @@
#include "BIF_screen.h"
#include "BIF_space.h"
#include "BIF_transform.h"
+#include "BIF_editmesh.h"
#include "BSE_edit.h"
#include "BSE_view.h"