From 478dc697ff9c46a034c9bc4143d6498ae63f98df Mon Sep 17 00:00:00 2001 From: jan p springer Date: Mon, 14 Apr 2014 00:11:25 +0100 Subject: [PATCH] fixed: compile problems w/ non-existent header files --- glm/ext.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/ext.hpp b/glm/ext.hpp index 95121dc7..5ea95f2f 100644 --- a/glm/ext.hpp +++ b/glm/ext.hpp @@ -73,7 +73,7 @@ #include "./gtc/quaternion.hpp" #include "./gtc/random.hpp" #include "./gtc/reciprocal.hpp" -#include "./gtc/swizzle.hpp" +// #include "./gtc/swizzle.hpp" #include "./gtc/type_precision.hpp" #include "./gtc/type_ptr.hpp" #include "./gtc/ulp.hpp" @@ -81,7 +81,7 @@ #include "./gtx/associated_min_max.hpp" #include "./gtx/bit.hpp" #include "./gtx/closest_point.hpp" -#include "./gtx/color_cast.hpp" +// #include "./gtx/color_cast.hpp" #include "./gtx/color_space.hpp" #include "./gtx/color_space_YCoCg.hpp" #include "./gtx/compatibility.hpp"