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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-08-19 11:09:08 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-08-19 11:10:29 +0300
commit314e40b6ce461c5d1fb9cee9eabd909c0d9ab724 (patch)
tree1e51ee387942dbf8892b54adce678d2fe46d5b50 /source/blender/blenfont
parenta3b151f341cd415ac48adb96c5b3d448ea2617fc (diff)
Hopefully fix broken windows after recent i18n split.
We need to include BLI_utildefines.h when using __func__...
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf_font_i18n.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenfont/intern/blf_font_i18n.c b/source/blender/blenfont/intern/blf_font_i18n.c
index 96cc42844d8..b6ff7ed865a 100644
--- a/source/blender/blenfont/intern/blf_font_i18n.c
+++ b/source/blender/blenfont/intern/blf_font_i18n.c
@@ -40,6 +40,7 @@
#include "BLI_fileops.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
+#include "BLI_utildefines.h"
#include "BKE_appdir.h"