From 13fd777bc0a9acd50f75251ee4d40a50daec0476 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 21 Oct 2011 11:33:18 +0000 Subject: Fix compilation error with MSVC caused by recent commit. --- source/blender/blenfont/intern/blf_lang.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenfont/intern') 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" -- cgit v1.2.3