Skip to content

Commit 44866df

Browse files
authored
why does this not have opengl types
1 parent a928d3d commit 44866df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/platform/platform.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
#include <imgui.h>
44
#include <imgui_internal.h>
5+
#ifdef __APPLE__
6+
#include <OpenGL/gl.h>
7+
#endif
58

69
ImRect& getGDWindowRect();
710
bool& shouldPassEventsToGDButTransformed();

0 commit comments

Comments
 (0)