From 1d1e0fd1052788c1eaec4b03026d441ad8a031f6 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 8 Jul 2020 12:46:12 -0300 Subject: Changes in GLM include --- Project/Shader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Shader.h') diff --git a/Project/Shader.h b/Project/Shader.h index b4247cc..7c06925 100644 --- a/Project/Shader.h +++ b/Project/Shader.h @@ -5,7 +5,7 @@ #include #include -#include "glm\glm.hpp" +#include "glm/glm.hpp" struct ShaderSource { -- cgit