diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 7eac236..cb0ba45 100644 --- a/src/common.h +++ b/src/common.h @@ -34,6 +34,9 @@ // stb image #include "stb_image/stb_image.h" +// cairo +#include <cairo/cairo.h> + typedef GLFWwindow* honey_window; typedef struct { |