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:
authorRob Haarsma <phaseIV@zonnet.nl>2003-01-29 15:18:25 +0300
committerRob Haarsma <phaseIV@zonnet.nl>2003-01-29 15:18:25 +0300
commit744913e65487057f102a77c28e0eadb9a58ba50a (patch)
treec0b9a41ec756dc4942faaea446f3c06ad0d8d723
parent10a8183b7e29883a80c2a4b2987716d3be2a069f (diff)
fixed error message, bmp header wasn't included
-rw-r--r--source/blender/imbuf/intern/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c
index fc6a36e9729..6f6684489cb 100644
--- a/source/blender/imbuf/intern/util.c
+++ b/source/blender/imbuf/intern/util.c
@@ -41,6 +41,7 @@
#include "IMB_targa.h"
#include "IMB_png.h"
+#include "IMB_bmp.h"
#ifdef HAVE_CONFIG_H
#include <config.h>