From f2763492cf841aec915d8cd055fdb1c40a564c61 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 24 Sep 2012 22:39:45 +0000 Subject: code cleanup: add missing includes to RNA (this one is safe!) --- source/blender/makesrna/intern/rna_image_api.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesrna/intern/rna_image_api.c') diff --git a/source/blender/makesrna/intern/rna_image_api.c b/source/blender/makesrna/intern/rna_image_api.c index cb7844c50e3..7766dff4273 100644 --- a/source/blender/makesrna/intern/rna_image_api.c +++ b/source/blender/makesrna/intern/rna_image_api.c @@ -41,6 +41,8 @@ #include "BIF_gl.h" +#include "rna_internal.h" /* own include */ + #ifdef RNA_RUNTIME #include "BKE_image.h" -- cgit v1.2.3