[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41178] trunk/blender/source/blender/ blenfont/intern/blf_lang.c: Fix compilation error with MSVC caused by recent commit.

Sergey Sharybin g.ulairi at gmail.com
Fri Oct 21 13:33:19 CEST 2011


Revision: 41178
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41178
Author:   nazgul
Date:     2011-10-21 11:33:18 +0000 (Fri, 21 Oct 2011)
Log Message:
-----------
Fix compilation error with MSVC caused by recent commit.

Modified Paths:
--------------
    trunk/blender/source/blender/blenfont/intern/blf_lang.c

Modified: trunk/blender/source/blender/blenfont/intern/blf_lang.c
===================================================================
--- trunk/blender/source/blender/blenfont/intern/blf_lang.c	2011-10-21 09:18:07 UTC (rev 41177)
+++ trunk/blender/source/blender/blenfont/intern/blf_lang.c	2011-10-21 11:33:18 UTC (rev 41178)
@@ -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"




More information about the Bf-blender-cvs mailing list