Skip to content

Commit

Permalink
[BUGFIX] Remove windows specific include causing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jthierry-psee committed Oct 10, 2024
1 parent b93c18f commit e274023
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
#define GL_SILENCE_DEPRECATION
#include <OpenGL/gl3.h>
#else
#if defined(WIN32)
#include <Windows.h>
#endif
#include <GL/glew.h>
#include <GL/gl.h>
#endif
Expand Down

0 comments on commit e274023

Please sign in to comment.