Skip to content

Commit

Permalink
Remove experimental glm/transform header
Browse files Browse the repository at this point in the history
Starting with glm-0.9.9, experimental headers can only
be included if GLM_ENABLE_EXPERIMENTAL is defined before
the inclusion of the header.
  • Loading branch information
9prady9 committed Jun 13, 2018
1 parent 9ce10b8 commit befa265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/opengl/font_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/transform.hpp>

#include <ft2build.h>
#include FT_FREETYPE_H
Expand Down

0 comments on commit befa265

Please sign in to comment.