From 78d487b48280e2833bd3758f8e3f5e938b55a8ad Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 27 Dec 2013 02:20:53 +0100 Subject: [PATCH] Added ULP comparison between lowp and highp for inversesqrt --- glm/detail/func_common.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glm/detail/func_common.hpp b/glm/detail/func_common.hpp index 9ba6e74a..9e75aa58 100644 --- a/glm/detail/func_common.hpp +++ b/glm/detail/func_common.hpp @@ -37,6 +37,8 @@ #define GLM_FUNC_COMMON_INCLUDED #include "setup.hpp" +#include "precision.hpp" +#include "type_int.hpp" #include "_fixes.hpp" namespace glm