From 41382c1608e44100596dfce353213d394279ae1d Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 9 Apr 2011 13:22:50 +0100 Subject: [PATCH] Added extension --- glm/ext.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/glm/ext.hpp b/glm/ext.hpp index e28d4fdb..dc296f86 100644 --- a/glm/ext.hpp +++ b/glm/ext.hpp @@ -68,6 +68,7 @@ #include "./gtx/raw_data.hpp" #include "./gtx/reciprocal.hpp" #include "./gtx/rotate_vector.hpp" +#include "./gtx/simplex.hpp" #include "./gtx/spline.hpp" #include "./gtx/std_based_type.hpp" #include "./gtx/string_cast.hpp"