From 62269572e40b8767da6848c77ba677a9a610c3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 14 Apr 2018 16:42:54 +0200 Subject: [PATCH] UICommon: Fix indirect includes --- Source/Core/UICommon/UICommon.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Core/UICommon/UICommon.h b/Source/Core/UICommon/UICommon.h index b32e0f410b..5cef603a83 100644 --- a/Source/Core/UICommon/UICommon.h +++ b/Source/Core/UICommon/UICommon.h @@ -4,6 +4,10 @@ #pragma once +#include + +#include "Common/CommonTypes.h" + #if defined(HAVE_XRANDR) && HAVE_XRANDR #include #endif