summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bounding-box.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-bounding-box.cpp')
-rw-r--r--src/live_effects/lpe-bounding-box.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/live_effects/lpe-bounding-box.cpp b/src/live_effects/lpe-bounding-box.cpp
index 2de768c3a..11fb34e04 100644
--- a/src/live_effects/lpe-bounding-box.cpp
+++ b/src/live_effects/lpe-bounding-box.cpp
@@ -3,14 +3,14 @@
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-
-#include <glibmm/i18n.h>
-
#include "live_effects/lpe-bounding-box.h"
#include "display/curve.h"
#include "sp-shape.h"
#include "sp-text.h"
+// TODO due to internal breakage in glibmm headers, this must be last:
+#include <glibmm/i18n.h>
+
namespace Inkscape {
namespace LivePathEffect {