From 163748d173af0ebeeec80b1e414169e72d23bb24 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Mar 2020 21:55:34 +0100 Subject: Cleanup: Add missing includes --- pugl/detail/x11.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pugl') diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h index 6f86a90..6b7a150 100644 --- a/pugl/detail/x11.h +++ b/pugl/detail/x11.h @@ -26,6 +26,8 @@ #include #include +#include +#include typedef struct { Atom CLIPBOARD; -- cgit v1.2.1