summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/filletchamferpointarray.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-07-09 16:40:49 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-07-09 16:40:49 +0000
commiteed38c52370d904571447d0bcf19857be91059c0 (patch)
tree1d42b837f9ea0635ae79ca927a0d8255ed5fd269 /src/live_effects/parameter/filletchamferpointarray.cpp
parentFix make check (diff)
parentAdd signals to ToggleButton; more coding style (diff)
downloadinkscape-eed38c52370d904571447d0bcf19857be91059c0.tar.gz
inkscape-eed38c52370d904571447d0bcf19857be91059c0.zip
Update to experimental r13428
(bzr r13090.1.89)
Diffstat (limited to 'src/live_effects/parameter/filletchamferpointarray.cpp')
-rw-r--r--src/live_effects/parameter/filletchamferpointarray.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/live_effects/parameter/filletchamferpointarray.cpp b/src/live_effects/parameter/filletchamferpointarray.cpp
index 5eb87aad5..33096819c 100644
--- a/src/live_effects/parameter/filletchamferpointarray.cpp
+++ b/src/live_effects/parameter/filletchamferpointarray.cpp
@@ -27,8 +27,10 @@
#include "live_effects/lpeobject.h"
#include "helper/geom-nodetype.h"
#include "helper/geom-curves.h"
-#include <cmath>
#include "ui/tools/node-tool.h"
+
+// TODO due to internal breakage in glibmm headers,
+// this has to be included last.
#include <glibmm/i18n.h>
using namespace Geom;