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>2018-05-07 18:54:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-07 18:54:10 +0300
commitf62b826533422e5de3b08601e5511c233deda529 (patch)
treec9d57326dfe030ba9c39060c0bdf1d3933e4c81b /source/blender/makesrna/intern/rna_image.c
parentb0b2a478539500b112a0f4b002a9d3d2123be0d0 (diff)
parent905eeb0bc7f46efb95cb5450cc6c2ec27f02730c (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesrna/intern/rna_image.c')
-rw-r--r--source/blender/makesrna/intern/rna_image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_image.c b/source/blender/makesrna/intern/rna_image.c
index 6db8ee8bde1..4ed035c4e86 100644
--- a/source/blender/makesrna/intern/rna_image.c
+++ b/source/blender/makesrna/intern/rna_image.c
@@ -30,6 +30,7 @@
#include "DNA_scene_types.h"
#include "BLI_utildefines.h"
+#include "BLI_math_base.h"
#include "BKE_context.h"
#include "BKE_image.h"