diff options
Diffstat (limited to 'Project')
-rw-r--r-- | Project/Shader.h | 2 | ||||
-rw-r--r-- | Project/Workspace.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 <unordered_map> #include <wx/string.h> -#include "glm\glm.hpp" +#include "glm/glm.hpp" struct ShaderSource { 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 <wx/tipwin.h> #include <wx/stopwatch.h> -#include "glm\glm.hpp" +#include "glm/glm.hpp" #include "glm/gtc/matrix_transform.hpp" #include "WorkspaceBase.h" |