From 94f49af00b07f48125fda6fa525b8e1dfe10e5fd Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 19 Dec 2018 16:30:05 +0100 Subject: [PATCH] Fix header order --- src/ifcgeom/IfcGeomFunctions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcgeom/IfcGeomFunctions.cpp b/src/ifcgeom/IfcGeomFunctions.cpp index d5654f43d1..e67916ad91 100644 --- a/src/ifcgeom/IfcGeomFunctions.cpp +++ b/src/ifcgeom/IfcGeomFunctions.cpp @@ -27,6 +27,8 @@ #include #include +#include + #include #include #include @@ -144,8 +146,6 @@ #include #include -#include - #include "../ifcparse/IfcSIPrefix.h" #include "../ifcparse/IfcFile.h" #include "../ifcgeom/IfcGeom.h"