summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-02-27 09:22:22 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-02-27 09:22:22 +0000
commita0844bd746bee4e6ae61c67f1c513452e652edef (patch)
tree498661c10e8de9579daf012d3d2f1f1349734f66
parentfix initialization of nodehelperpath showing (diff)
downloadinkscape-a0844bd746bee4e6ae61c67f1c513452e652edef.tar.gz
inkscape-a0844bd746bee4e6ae61c67f1c513452e652edef.zip
fix nodepath.h include dependency
(bzr r4886)
-rw-r--r--src/nodepath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.h b/src/nodepath.h
index f426d414f..47a36b90f 100644
--- a/src/nodepath.h
+++ b/src/nodepath.h
@@ -18,7 +18,7 @@
#include "libnr/nr-path-code.h"
#include "livarot/Path.h"
#include <glibmm/ustring.h>
-
+#include <gdk/gdkevents.h>
#include <list>
class SPObject;