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/Workspace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Workspace.h') diff --git a/Project/Workspace.h b/Project/Workspace.h index 4c84655..3576ce3 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -33,7 +33,7 @@ #include #include -#include "glm\glm.hpp" +#include "glm/glm.hpp" #include "glm/gtc/matrix_transform.hpp" #include "WorkspaceBase.h" -- cgit