From 744913e65487057f102a77c28e0eadb9a58ba50a Mon Sep 17 00:00:00 2001 From: Rob Haarsma Date: Wed, 29 Jan 2003 12:18:25 +0000 Subject: [PATCH] fixed error message, bmp header wasn't included --- source/blender/imbuf/intern/util.c | 1 + 1 file changed, 1 insertion(+) 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