summaryrefslogtreecommitdiff
path: root/src/static-cube.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/static-cube.hpp')
-rw-r--r--src/static-cube.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static-cube.hpp b/src/static-cube.hpp
index 77ff439..c06baa6 100644
--- a/src/static-cube.hpp
+++ b/src/static-cube.hpp
@@ -1,8 +1,7 @@
#ifndef PKE_STATIC_CUBE_HPP
#define PKE_STATIC_CUBE_HPP
-#include <glm/ext/vector_float3.hpp>
-#include <glm/ext/vector_float2.hpp>
+#include "vendor-glm-include.hpp"
struct IntrinsicShapeCube {
glm::vec3 vert[8];