summaryrefslogtreecommitdiffstats
path: root/src/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.h')
-rw-r--r--src/print.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/print.h b/src/print.h
index 422f18669..35e45f6ed 100644
--- a/src/print.h
+++ b/src/print.h
@@ -15,7 +15,15 @@
//#include <libnr/nr-path.h>
#include <2geom/forward.h>
#include "forward.h"
-#include "extension/extension-forward.h"
+
+
+namespace Inkscape {
+namespace Extension {
+
+class Print;
+
+} // namespace Extension
+} // namespace Inkscape
struct SPPrintContext {
Inkscape::Extension::Print *module;