From 1590ffd6ec2188d49245e476a8c2b165c2035708 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 3 Nov 2018 09:59:37 +0100 Subject: [PATCH] Missing header on Travis --- src/ifcgeom_schema_agnostic/Kernel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcgeom_schema_agnostic/Kernel.cpp b/src/ifcgeom_schema_agnostic/Kernel.cpp index db4f310775..ac77fdff7c 100644 --- a/src/ifcgeom_schema_agnostic/Kernel.cpp +++ b/src/ifcgeom_schema_agnostic/Kernel.cpp @@ -1,6 +1,7 @@ #include "Kernel.h" #include +#include #include IfcGeom::Kernel::Kernel(IfcParse::IfcFile* file) {