Include glm explicitly in util header
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include <deque>
|
||||
#include <mutex>
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define GL(stmt) stmt; check_OpenGLError(#stmt, __FILE__, __LINE__);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user