From 5e339d0ff0b9a6534d0a24643dbbc51341d7cd11 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sat, 13 Jan 2018 10:54:38 +0100 Subject: [PATCH] fix case-sensitive typo in include. --- code/Importer/IFC/IFCBoolean.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Importer/IFC/IFCBoolean.cpp b/code/Importer/IFC/IFCBoolean.cpp index b10777883..337e1d40b 100644 --- a/code/Importer/IFC/IFCBoolean.cpp +++ b/code/Importer/IFC/IFCBoolean.cpp @@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef ASSIMP_BUILD_NO_IFC_IMPORTER -#include "Code/Importer/IFC/IFCUtil.h" +#include "code/Importer/IFC/IFCUtil.h" #include "code/PolyTools.h" #include "code/ProcessHelper.h" #include