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:
authorCampbell Barton <ideasman42@gmail.com>2016-10-26 12:11:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-10-26 12:11:09 +0300
commit3e36cbb3deb317c903c32c7361bbcca9535a1aa9 (patch)
tree149a3f188e89363d7db9aeca15cae4917b8e2da1 /source/blender/blenkernel/intern/tracking.c
parenta1f137767fe7bf7213543a54e1e73e8cc5f29f07 (diff)
Cleanup: move bitmap drawing into its own module
Bitmap drawing is out-of-scope for a general math API, move to BLI_bitmap_draw_2d.
Diffstat (limited to 'source/blender/blenkernel/intern/tracking.c')
-rw-r--r--source/blender/blenkernel/intern/tracking.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/tracking.c b/source/blender/blenkernel/intern/tracking.c
index a86606f1099..29750cf2183 100644
--- a/source/blender/blenkernel/intern/tracking.c
+++ b/source/blender/blenkernel/intern/tracking.c
@@ -44,6 +44,7 @@
#include "DNA_scene_types.h"
#include "BLI_utildefines.h"
+#include "BLI_bitmap_draw_2d.h"
#include "BLI_ghash.h"
#include "BLI_math.h"
#include "BLI_math_base.h"