diff options
Diffstat (limited to 'Project/HMPlane.h')
-rw-r--r-- | Project/HMPlane.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <vector> -#include <glm/gtc/matrix_transform.hpp> +#include "glm/gtc/matrix_transform.hpp" #include <wx/geometry.h> class VertexBuffer; |