Browse Source

Fixed build

Christophe 6 years ago
parent
commit
72f776b280
1 changed files with 1 additions and 2 deletions
  1. 1 2
      glm/gtc/ulp.inl

+ 1 - 2
glm/gtc/ulp.inl

@@ -1,7 +1,6 @@
 /// @ref gtc_ulp
 /// @ref gtc_ulp
 
 
-#include "../ext/scalar_integer.hpp"
-#include "../ext/vector_integer.hpp"
+#include "../ext/scalar_ulp.hpp"
 
 
 namespace glm
 namespace glm
 {
 {