summaryrefslogtreecommitdiff
path: root/graphics/asymptote/glrender.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/glrender.h')
-rw-r--r--graphics/asymptote/glrender.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/asymptote/glrender.h b/graphics/asymptote/glrender.h
index cebc13f355..87dbb3e0e2 100644
--- a/graphics/asymptote/glrender.h
+++ b/graphics/asymptote/glrender.h
@@ -55,7 +55,10 @@
#endif
#else
+typedef unsigned int GLuint;
+typedef int GLint;
typedef float GLfloat;
+typedef double GLdouble;
#endif
#ifdef HAVE_LIBGLM