gsk: Add header guard to missing header

This commit is contained in:
Benjamin Otte 2024-01-06 19:44:03 +01:00
parent 6bc7ec3d4d
commit 40854f2ae9

View File

@ -20,6 +20,10 @@
#pragma once
#if !defined (__GSK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gsk/gsk.h> can be included directly."
#endif
#include <cairo.h>
#include <gsk/gskrenderer.h>