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/box3d.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/box3d.cpp') diff --git a/src/box3d.cpp b/src/box3d.cpp index dfc4d06e7..23766895a 100644 --- a/src/box3d.cpp +++ b/src/box3d.cpp @@ -15,12 +15,14 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include "box3d.h" + #include #include "attributes.h" #include "xml/document.h" #include "xml/repr.h" -#include "box3d.h" +#include "bad-uri-exception.h" #include "box3d-side.h" #include "ui/tools/box3d-tool.h" #include "perspective-line.h" -- cgit v1.2.3