From 399dda68d839f09d861b5b829edf9957cdf2c52e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 Aug 2010 10:42:00 +0000 Subject: fix errors with recent commits. --- source/blender/imbuf/intern/jp2.c | 2 ++ source/blender/imbuf/intern/radiance_hdr.c | 3 +++ 2 files changed, 5 insertions(+) (limited to 'source/blender') 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" diff --git a/source/blender/imbuf/intern/radiance_hdr.c b/source/blender/imbuf/intern/radiance_hdr.c index a0942c281e3..c5122ebe46c 100644 --- a/source/blender/imbuf/intern/radiance_hdr.c +++ b/source/blender/imbuf/intern/radiance_hdr.c @@ -42,6 +42,9 @@ #ifdef WIN32 #include #endif + +#include "MEM_guardedalloc.h" + #include "BLI_blenlib.h" #include "imbuf.h" -- cgit v1.2.3