Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146)

This commit is contained in:
Christophe Riccio
2013-12-27 19:23:44 +01:00
parent 78d487b482
commit 775c6136fc
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
#include "../geometric.hpp"
#include "../trigonometric.hpp"
#include "../matrix.hpp"
namespace glm
{