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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-10-21 15:33:18 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-10-21 15:33:18 +0400
commit13fd777bc0a9acd50f75251ee4d40a50daec0476 (patch)
treefda43bc84584863fe5052da8f5624acc2bf0a8d2 /source/blender/blenfont/intern
parenta35261cfee1e04bca3366e6967e046cdb00d3d44 (diff)
Fix compilation error with MSVC caused by recent commit.
Diffstat (limited to 'source/blender/blenfont/intern')
-rw-r--r--source/blender/blenfont/intern/blf_lang.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c
index d5245073e59..87fbbc7b3e5 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -55,6 +55,7 @@
#include "BLI_linklist.h" /* linknode */
#include "BLI_string.h"
+#include "BLI_utildefines.h"
#include "BLI_path_util.h"
#define DOMAIN_NAME "blender"