diff options
Diffstat (limited to 'pugl/cairo_gl.h')
-rw-r--r-- | pugl/cairo_gl.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <cairo.h> #include <stdint.h> +#include "pugl/gl.h" + typedef struct { unsigned texture_id; uint8_t* buffer; |