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:
Diffstat (limited to 'source/blender/makesrna/intern/rna_image_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_image_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_image_api.c b/source/blender/makesrna/intern/rna_image_api.c
index 0db099e3e1d..d167c650683 100644
--- a/source/blender/makesrna/intern/rna_image_api.c
+++ b/source/blender/makesrna/intern/rna_image_api.c
@@ -36,13 +36,14 @@
#include "RNA_define.h"
#include "RNA_enum_types.h"
+#include "BKE_packedFile.h"
+
#include "rna_internal.h" /* own include */
#ifdef RNA_RUNTIME
# include <errno.h>
# include "BKE_image.h"
-# include "BKE_packedFile.h"
# include "BKE_main.h"
# include "IMB_imbuf.h"