From cc2e40324d884bc0417809980a696a5084e661d7 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 8 Jul 2020 12:05:44 -0300 Subject: GLM folder changed --- Project/HMPlane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/HMPlane.h') diff --git a/Project/HMPlane.h b/Project/HMPlane.h index 489523e..da56a5a 100644 --- a/Project/HMPlane.h +++ b/Project/HMPlane.h @@ -2,7 +2,7 @@ #define HMPLANE_H #include -#include +#include "glm/gtc/matrix_transform.hpp" #include class VertexBuffer; -- cgit