[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27033] trunk/blender/source/blender/ python/generic/Mathutils.h: Fix compiling error on windows for mathutils commit

Joshua Leung aligorith at gmail.com
Sat Feb 20 22:01:05 CET 2010


Revision: 27033
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27033
Author:   aligorith
Date:     2010-02-20 22:01:05 +0100 (Sat, 20 Feb 2010)

Log Message:
-----------
Fix compiling error on windows for mathutils commit

Modified Paths:
--------------
    trunk/blender/source/blender/python/generic/Mathutils.h

Modified: trunk/blender/source/blender/python/generic/Mathutils.h
===================================================================
--- trunk/blender/source/blender/python/generic/Mathutils.h	2010-02-20 20:59:30 UTC (rev 27032)
+++ trunk/blender/source/blender/python/generic/Mathutils.h	2010-02-20 21:01:05 UTC (rev 27033)
@@ -32,6 +32,9 @@
 #define EXPP_Mathutils_H
 
 #include <Python.h>
+
+#include "BLO_sys_types.h"
+
 #include "vector.h"
 #include "matrix.h"
 #include "quat.h"





More information about the Bf-blender-cvs mailing list