From 349536d49558ec5841e799eb33a4cbbb3fa9722d Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sun, 5 Feb 2017 16:04:35 +0000 Subject: Fix C++11 errors and warnings with g++-7 Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477) --- src/style.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/style.cpp') diff --git a/src/style.cpp b/src/style.cpp index 86377db08..b65cb26cb 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -23,10 +23,15 @@ #include #endif +#include "style.h" + #include #include #include +#include + +#include "bad-uri-exception.h" #include "libcroco/cr-sel-eng.h" #include "xml/croco-node-iface.h" @@ -38,14 +43,11 @@ #include "uri-references.h" #include "uri.h" #include "sp-paint-server.h" -#include "style.h" #include "svg/css-ostringstream.h" #include "xml/simple-document.h" #include "util/units.h" #include "preferences.h" -#include - using Inkscape::CSSOStringStream; using std::vector; -- cgit v1.2.3