[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22304] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/python/BPy_Convert.h: Added missing #include < typeinfo> to BPy_Convert.h.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sat Aug 8 13:18:41 CEST 2009


Revision: 22304
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22304
Author:   kjym3
Date:     2009-08-08 13:18:40 +0200 (Sat, 08 Aug 2009)

Log Message:
-----------
Added missing #include <typeinfo> to BPy_Convert.h.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Convert.h

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Convert.h
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Convert.h	2009-08-07 19:16:59 UTC (rev 22303)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_Convert.h	2009-08-08 11:18:40 UTC (rev 22304)
@@ -1,6 +1,7 @@
 #ifndef FREESTYLE_PYTHON_CONVERT_H
 #define FREESTYLE_PYTHON_CONVERT_H
 
+#include <typeinfo>
 
 #include "../geometry/Geom.h"
 using namespace Geometry;





More information about the Bf-blender-cvs mailing list