From 752bda71affd75255e2cf4e3b7197e98aa9e38e0 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 2 Nov 2018 17:01:15 +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 ff368d42a0..db4f310775 100644 --- a/src/ifcgeom_schema_agnostic/Kernel.cpp +++ b/src/ifcgeom_schema_agnostic/Kernel.cpp @@ -1,6 +1,7 @@ #include "Kernel.h" #include +#include IfcGeom::Kernel::Kernel(IfcParse::IfcFile* file) { if (file != 0) {