diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-09-19 20:56:41 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-09-19 21:38:01 +0000 |
| commit | ca830b225da0bee990135ac3000a240cef41da07 (patch) | |
| tree | f413f381bc30b3c5a51ecf6fc5aacb0f90c7c923 | |
| parent | Inkview: Add summary and parameter string to help output (diff) | |
| download | inkscape-ca830b225da0bee990135ac3000a240cef41da07.tar.gz inkscape-ca830b225da0bee990135ac3000a240cef41da07.zip | |
Extensions/grid2: fix header file location
| -rw-r--r-- | src/extension/plugins/grid2/grid.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension/plugins/grid2/grid.cpp b/src/extension/plugins/grid2/grid.cpp index 597cff570..33845e841 100644 --- a/src/extension/plugins/grid2/grid.cpp +++ b/src/extension/plugins/grid2/grid.cpp @@ -20,9 +20,10 @@ #include "document.h" #include "selection.h" -#include "sp-object.h" #include "2geom/geom.h" +#include "object/sp-object.h" + #include "svg/path-string.h" #include "extension/effect.h" |
