summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam NAILI2017-12-22 19:12:49 +0100
committerAdam NAILI2017-12-22 19:12:49 +0100
commit629928d374812c69392879a6c4aca5d6479c33cb (patch)
tree343662bbff96301db2c0cdc1afad16dc47533298
parentf3e1ec505dab2d68f7d5ce542f1693d00d7f0537 (diff)
downloadmorpher-629928d374812c69392879a6c4aca5d6479c33cb.tar.gz
Including blender/canvas.h for type resolution in pictureframe.h
-rw-r--r--include/gui/pictureframe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/pictureframe.h b/include/gui/pictureframe.h
index 59aaf3b..f194feb 100644
--- a/include/gui/pictureframe.h
+++ b/include/gui/pictureframe.h
@@ -1,6 +1,8 @@
1#ifndef UPEM_MORPHING_PITUREFRAME 1#ifndef UPEM_MORPHING_PITUREFRAME
2#define UPEM_MORPHING_PITUREFRAME 2#define UPEM_MORPHING_PITUREFRAME
3 3
4#include <blender/canvas.h>
5
4/** 6/**
5 * File: pictureframe.h 7 * File: pictureframe.h
6 */ 8 */