From adaf38d0984087ba9b6281dde46749dfb29a2a38 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sun, 6 Nov 2016 21:34:29 +0100 Subject: Fix cairo inclusion --- pugl/cairo_gl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pugl/cairo_gl.h b/pugl/cairo_gl.h index fe296bb..5c0f1f9 100644 --- a/pugl/cairo_gl.h +++ b/pugl/cairo_gl.h @@ -16,7 +16,7 @@ #if defined(PUGL_HAVE_GL) && defined(PUGL_HAVE_CAIRO) -#include +#include #include #include "pugl/gl.h" -- cgit v1.2.3