Added includes to fix compilation errors for older versions of glm

dev
Tomasz Kapuściński 2021-12-14 23:56:24 +01:00
parent 33744de372
commit 1eb17b2fa1
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#include <GL/glew.h>
#include <glm/ext/matrix_common.hpp>
#include <glm/ext/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
using namespace Gfx;

View File

@ -9,6 +9,7 @@
#include <GL/glew.h>
#include <glm/ext/matrix_clip_space.hpp>
#include <glm/gtc/type_ptr.hpp>
namespace Gfx