From 90f0a88589fc78a48c631f511c25b5ef257b61bb Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 11 Sep 2016 02:50:47 +0200 Subject: [PATCH] Added missing extensions --- glm/ext.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/glm/ext.hpp b/glm/ext.hpp index 82d65a1c..fa10d8e1 100644 --- a/glm/ext.hpp +++ b/glm/ext.hpp @@ -35,6 +35,7 @@ #endif//GLM_MESSAGES #include "./gtc/bitfield.hpp" +#include "./gtc/color_encoding.hpp" #include "./gtc/color_space.hpp" #include "./gtc/constants.hpp" #include "./gtc/epsilon.hpp"