#include "../precompiled.hpp" #include <glm/glm.hpp> #include <glm/gtc/type_precision.hpp> namespace glm{ namespace test { bool main_gtc_type_precision() { return false; } }//namespace test }//namespace glm