diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-02-27 09:22:22 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-02-27 09:22:22 +0000 |
| commit | a0844bd746bee4e6ae61c67f1c513452e652edef (patch) | |
| tree | 498661c10e8de9579daf012d3d2f1f1349734f66 /src | |
| parent | fix initialization of nodehelperpath showing (diff) | |
| download | inkscape-a0844bd746bee4e6ae61c67f1c513452e652edef.tar.gz inkscape-a0844bd746bee4e6ae61c67f1c513452e652edef.zip | |
fix nodepath.h include dependency
(bzr r4886)
Diffstat (limited to 'src')
| -rw-r--r-- | src/nodepath.h | 2 |
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; |
