summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fill-between-many.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-fill-between-many.cpp')
-rw-r--r--src/live_effects/lpe-fill-between-many.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/lpe-fill-between-many.cpp b/src/live_effects/lpe-fill-between-many.cpp
index 00cc1fed5..7cf354044 100644
--- a/src/live_effects/lpe-fill-between-many.cpp
+++ b/src/live_effects/lpe-fill-between-many.cpp
@@ -4,7 +4,6 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <glibmm/i18n.h>
#include <gtkmm/box.h>
#include "live_effects/lpe-fill-between-many.h"
@@ -16,6 +15,8 @@
#include "sp-text.h"
#include "2geom/bezier-curve.h"
+#include <glibmm/i18n.h>
+
namespace Inkscape {
namespace LivePathEffect {