Fixed C++ language restriction using GLM_FORCE_CXX**

This commit is contained in:
Christophe Riccio
2014-12-10 21:29:41 +01:00
parent 635f607b86
commit 4340f3fa6f
5 changed files with 27 additions and 23 deletions

View File

@@ -34,6 +34,7 @@
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/transform.hpp>
#include <glm/gtx/quaternion.hpp>
#include <glm/gtx/compatibility.hpp>
#include <glm/ext.hpp>
int test_quat_fastMix()