From 35f9d58bae065d2ed9ae0f95246cf298b2dcf8b4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Jul 2016 20:26:46 -0400 Subject: Add support for Cairo on OSX --- pugl/cairo_gl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pugl/cairo_gl.h') diff --git a/pugl/cairo_gl.h b/pugl/cairo_gl.h index a558b42..fe296bb 100644 --- a/pugl/cairo_gl.h +++ b/pugl/cairo_gl.h @@ -16,8 +16,11 @@ #if defined(PUGL_HAVE_GL) && defined(PUGL_HAVE_CAIRO) +#include #include +#include "pugl/gl.h" + typedef struct { unsigned texture_id; uint8_t* buffer; -- cgit v1.2.3