Add a style check that checks whether the correct GLM header is used

Adapted files to use the correct GLM headers
This commit is contained in:
Alexander Bock
2017-02-14 13:12:59 -05:00
parent e3cfba8fec
commit 8456087cf5
27 changed files with 101 additions and 35 deletions

View File

@@ -27,7 +27,7 @@
#include <openspace/rendering/renderengine.h>
#include <openspace/engine/openspaceengine.h>
#include <glm/glm.hpp>
#include <ghoul/glm.h>
#include <memory>
#include <ostream>