From: ishmal Date: Mon, 23 Jun 2008 16:54:27 +0000 (+0000) Subject: need #include X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fb6ceef2e2b30d63a89c2ab9aa9ad546ba1fb592;p=inkscape.git need #include --- 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 std::vector BPath_to_2GeomPath(NArtBpath const * bpath)