diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-04 23:13:40 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-31 14:50:39 +0000 |
| commit | 2e2f1abfd59888af7749429e9016cd1768b9a0a6 (patch) | |
| tree | d10e71c10ef2a8c40da5088ca25e1818e1e39706 /src/extension/patheffect.cpp | |
| parent | Switch Inkscape::Extension to use InxWidgets instead of InxParameters (diff) | |
| download | inkscape-2e2f1abfd59888af7749429e9016cd1768b9a0a6.tar.gz inkscape-2e2f1abfd59888af7749429e9016cd1768b9a0a6.zip | |
cleanup includes a bit
Diffstat (limited to 'src/extension/patheffect.cpp')
| -rw-r--r-- | src/extension/patheffect.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/extension/patheffect.cpp b/src/extension/patheffect.cpp index 89925f73b..6a347881f 100644 --- a/src/extension/patheffect.cpp +++ b/src/extension/patheffect.cpp @@ -10,10 +10,14 @@ #include "patheffect.h" + #include "db.h" #include "object/sp-defs.h" +#include "xml/repr.h" + + namespace Inkscape { namespace Extension { |
