diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-06-23 16:54:27 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-06-23 16:54:27 +0000 |
| commit | fea70b899ae8a7376436c0681ae9df6f5ef6969b (patch) | |
| tree | dda6b626f86f8db52435511464dd12352e81e82d /src | |
| parent | tweak stdout/stderr piping (diff) | |
| download | inkscape-fea70b899ae8a7376436c0681ae9df6f5ef6969b.tar.gz inkscape-fea70b899ae8a7376436c0681ae9df6f5ef6969b.zip | |
need #include <typeinfo>
(bzr r6028)
Diffstat (limited to 'src')
| -rw-r--r-- | src/libnr/n-art-bpath-2geom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnr/n-art-bpath-2geom.cpp b/src/libnr/n-art-bpath-2geom.cpp index 2a8382e9f..bb88c4f1c 100644 --- a/src/libnr/n-art-bpath-2geom.cpp +++ b/src/libnr/n-art-bpath-2geom.cpp @@ -15,7 +15,7 @@ #include <2geom/path.h> #include <2geom/svg-path.h> #include <2geom/svg-path-parser.h> - +#include <typeinfo> std::vector<Geom::Path> BPath_to_2GeomPath(NArtBpath const * bpath) |
