diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-10-02 00:12:31 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-10-02 00:12:31 +0000 |
| commit | 6d30de578731cf9a907af0948f2a2652a1948504 (patch) | |
| tree | 62bf4c027f045b8193e71a118cce326cff2bfc8a /src/live_effects/effect.cpp | |
| parent | Second batch (diff) | |
| parent | Add better transform handle to Clone Item LPE (diff) | |
| download | inkscape-6d30de578731cf9a907af0948f2a2652a1948504.tar.gz inkscape-6d30de578731cf9a907af0948f2a2652a1948504.zip | |
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 2332ab8f2..2e1160764 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -81,6 +81,7 @@ #include "display/curve.h" #include <stdio.h> #include <string.h> +#include <gtkmm/expander.h> namespace Inkscape { |
