From 3b2e1493693942ce2bb8ad02848be731d7c05671 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Mon, 31 Dec 2018 14:25:50 +0000 Subject: [PATCH] Add missing include in x.h Signed-off-by: Yuxuan Shui --- src/x.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/x.h b/src/x.h index 937f1a6..e5e10a7 100644 --- a/src/x.h +++ b/src/x.h @@ -6,6 +6,7 @@ #include #include #include +#include #include #include "region.h"