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