Code

shape-editor.h: Supply missing #includes/declarations so that we don't depend on...
authorpjrm <pjrm@users.sourceforge.net>
Sat, 5 Jul 2008 12:03:34 +0000 (12:03 +0000)
committerpjrm <pjrm@users.sourceforge.net>
Sat, 5 Jul 2008 12:03:34 +0000 (12:03 +0000)
src/shape-editor.h

index b117c3ce9db64a8fd59437561f1af0bdf0ea1643..7ce0732a43f64690c1565e1eb125254b56bba5ed 100644 (file)
 
 #include <forward.h>
 
-namespace Inkscape {
-namespace NodePath {
-class Path;
-}
-}
+namespace Inkscape { namespace NodePath { class Path; } }
+namespace NR { class Rect; }
 
 #include "libnr/nr-path-code.h"
 #include "libnr/nr-point.h"
 #include "libnr/nr-maybe.h"
+#include <vector>
 
 class KnotHolder;
 class SPDesktop;