From d97e4c2483bcdabc17183bacc9ff1bc8da694612 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Tue, 31 Jul 2018 11:12:10 +0200 Subject: [PATCH] Fixed Clang build --- test/gtx/gtx_load.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/gtx/gtx_load.cpp b/test/gtx/gtx_load.cpp index b6ce1ccd..d8ae8696 100644 --- a/test/gtx/gtx_load.cpp +++ b/test/gtx/gtx_load.cpp @@ -1,13 +1,14 @@ #define GLM_FORCE_ALIGNED_GENTYPES #define GLM_ENABLE_EXPERIMENTAL +#include +/* +#if GLM_USE_SIMD == GLM_ENABLE && GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE + #include #include #include #include #include -#include -/* -#if GLM_USE_SIMD == GLM_ENABLE && GLM_USE_ALIGNED_GENTYPES == GLM_ENABLE namespace glm {