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>2010-08-18 14:42:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-18 14:42:00 +0400
commit399dda68d839f09d861b5b829edf9957cdf2c52e (patch)
tree30fcf6a238908e34a438b9f248eb11c9c614eaa7 /source/blender/imbuf/intern/jp2.c
parentc04199b3a1b5ac2894bef46395852bd2bc462f62 (diff)
fix errors with recent commits.
Diffstat (limited to 'source/blender/imbuf/intern/jp2.c')
-rw-r--r--source/blender/imbuf/intern/jp2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/jp2.c b/source/blender/imbuf/intern/jp2.c
index 09b3fac08af..558eaedf8b2 100644
--- a/source/blender/imbuf/intern/jp2.c
+++ b/source/blender/imbuf/intern/jp2.c
@@ -23,6 +23,8 @@
#ifdef WITH_OPENJPEG
+#include "MEM_guardedalloc.h"
+
#include "BLI_blenlib.h"
#include "BLI_math.h"