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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-08-08 15:18:40 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-08-08 15:18:40 +0400
commit56c76ba21cc8798c42a3ed566d658bac273b364b (patch)
tree5ff4f65af2beb47bcd5c22f58cab3922d62173e2 /source/blender/freestyle/intern/python/BPy_Convert.h
parent8503ae90067c910049728cdf8c7818fc270f1c00 (diff)
Added missing #include <typeinfo> to BPy_Convert.h.
Diffstat (limited to 'source/blender/freestyle/intern/python/BPy_Convert.h')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Convert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Convert.h b/source/blender/freestyle/intern/python/BPy_Convert.h
index 3e34b4d2bcc..ad3fc3fc328 100644
--- a/source/blender/freestyle/intern/python/BPy_Convert.h
+++ b/source/blender/freestyle/intern/python/BPy_Convert.h
@@ -1,6 +1,7 @@
#ifndef FREESTYLE_PYTHON_CONVERT_H
#define FREESTYLE_PYTHON_CONVERT_H
+#include <typeinfo>
#include "../geometry/Geom.h"
using namespace Geometry;