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:
authorKent Mein <mein@cs.umn.edu>2004-08-30 22:43:00 +0400
committerKent Mein <mein@cs.umn.edu>2004-08-30 22:43:00 +0400
commit0bbcff693c7ac617609332e75607a94b0d160275 (patch)
tree0adea53b0c9cdc752166b583405eac4da2a01344 /source/blender/imbuf/intern/writeimage.c
parent316e31e78564aa9912bc90e0f72020d7b0919aa1 (diff)
Added the bmp include forgot to do that when I added the write support.
(fixes a warning about the imb_savebmp undefined...) Kent
Diffstat (limited to 'source/blender/imbuf/intern/writeimage.c')
-rw-r--r--source/blender/imbuf/intern/writeimage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/writeimage.c b/source/blender/imbuf/intern/writeimage.c
index d6133a19193..e8dabe8d268 100644
--- a/source/blender/imbuf/intern/writeimage.c
+++ b/source/blender/imbuf/intern/writeimage.c
@@ -49,6 +49,7 @@
#include "IMB_hamx.h"
#include "IMB_amiga.h"
#include "IMB_png.h"
+#include "IMB_bmp.h"
#include "IMB_iff.h"
#include "IMB_bitplanes.h"