summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2017-02-05 16:04:35 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2017-02-05 16:04:35 +0000
commit349536d49558ec5841e799eb33a4cbbb3fa9722d (patch)
tree7e6a4cb6e7ecff3a3d81e99a8c3c3a246839a195 /src/style-internal.cpp
parentCMake: Supress status messages for install target on Windows (considerably sp... (diff)
downloadinkscape-349536d49558ec5841e799eb33a4cbbb3fa9722d.tar.gz
inkscape-349536d49558ec5841e799eb33a4cbbb3fa9722d.zip
Fix C++11 errors and warnings with g++-7
Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
Diffstat (limited to 'src/style-internal.cpp')
-rw-r--r--src/style-internal.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp
index a6ccdf376..54d1a0867 100644
--- a/src/style-internal.cpp
+++ b/src/style-internal.cpp
@@ -27,6 +27,10 @@
#endif
#include "style-internal.h"
+
+#include <glibmm/regex.h>
+
+#include "bad-uri-exception.h"
#include "style.h"
#include "svg/svg.h"
@@ -40,8 +44,6 @@
#include "svg/css-ostringstream.h"
#include "util/units.h"
-#include <glibmm/regex.h>
-
// TODO REMOVE OR MAKE MEMBER FUNCTIONS
void sp_style_fill_paint_server_ref_changed( SPObject *old_ref, SPObject *ref, SPStyle *style);
void sp_style_stroke_paint_server_ref_changed(SPObject *old_ref, SPObject *ref, SPStyle *style);