Browse Source

Added ULP comparison between lowp and highp for inversesqrt

Christophe Riccio 12 years ago
parent
commit
78d487b482
1 changed files with 2 additions and 0 deletions
  1. 2 0
      glm/detail/func_common.hpp

+ 2 - 0
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