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

@@ -26,7 +26,7 @@
#include <memory>
#include <modules/multiresvolume/rendering/multiresvolumeraycaster.h>
#include <glm/glm.hpp>
#include <ghoul/glm.h>
#include <ghoul/opengl/ghoul_gl.h>
#include <ghoul/opengl/bufferbinding.h>