Fixed C++98 only build

This commit is contained in:
Christophe Riccio
2014-12-10 02:52:30 +01:00
parent 5331b67ad0
commit c556770a32
4 changed files with 11 additions and 4 deletions

View File

@@ -33,7 +33,9 @@
#include <glm/vector_relational.hpp>
#include <glm/vec2.hpp>
#include <vector>
#include <type_traits>
#if GLM_HAS_TRIVIAL_QUERIES
# include <type_traits>
#endif
int test_vec2_operators()
{