From 73a68c95a45c03f05ab8634ffcdb3e2fbd508b5c Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Mon, 21 Jan 2013 05:42:19 +0000 Subject: [PATCH] Fix compiling problems with translation stuff disabled --- source/blender/blenfont/intern/blf_lang.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c index 84e2ca8edcd..4ce21200456 100644 --- a/source/blender/blenfont/intern/blf_lang.c +++ b/source/blender/blenfont/intern/blf_lang.c @@ -27,6 +27,10 @@ * \ingroup blf */ +#include +#include + +#include "RNA_types.h" #include "BLF_translation.h" /* own include */ @@ -34,8 +38,6 @@ #ifdef WITH_INTERNATIONAL -#include -#include #include #include "boost_locale_wrapper.h" @@ -44,8 +46,6 @@ #include "DNA_userdef_types.h" -#include "RNA_types.h" - #include "MEM_guardedalloc.h" #include "BLI_fileops.h"