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/sp-use.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sp-use.cpp') diff --git a/src/sp-use.cpp b/src/sp-use.cpp index 6ba03dad9..648852961 100644 --- a/src/sp-use.cpp +++ b/src/sp-use.cpp @@ -19,6 +19,8 @@ #include <2geom/transforms.h> #include #include + +#include "bad-uri-exception.h" #include "display/drawing-group.h" #include "attributes.h" #include "document.h" -- cgit v1.2.3