summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shape-editor.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h
index b117c3ce9..7ce0732a4 100644
--- a/src/shape-editor.h
+++ b/src/shape-editor.h
@@ -14,15 +14,13 @@
#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;