From 35a72fa9aebef6a86399fe483287ff0e01fd3bad Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Wed, 29 Oct 2014 01:12:31 -0400 Subject: [PATCH] fixup missing includes in X11 clipboard code This was broken for homebrew it seems by not having the includes. --- src/desktop/clipboard.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/desktop/clipboard.cpp b/src/desktop/clipboard.cpp index 35b7e32ac0c..5183c9cc44a 100644 --- a/src/desktop/clipboard.cpp +++ b/src/desktop/clipboard.cpp @@ -71,6 +71,8 @@ void handle_system_event(const SDL_Event& /*event*/) #include "SDL_syswm.h" +#include +#include #include /**