aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/gl.h')
-rw-r--r--pugl/gl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pugl/gl.h b/pugl/gl.h
index dbb2e60..9f7a741 100644
--- a/pugl/gl.h
+++ b/pugl/gl.h
@@ -22,6 +22,8 @@
pure portable programs.
*/
+// IWYU pragma: begin_exports
+
#ifdef __APPLE__
# include "OpenGL/gl.h"
#else
@@ -30,3 +32,5 @@
# endif
# include "GL/gl.h"
#endif
+
+// IWYU pragma: end_exports