UICommon: Fix indirect includes

This commit is contained in:
Léo Lam 2018-04-14 16:42:54 +02:00
parent f31221b3d0
commit 62269572e4

View File

@ -4,6 +4,10 @@
#pragma once
#include <string>
#include "Common/CommonTypes.h"
#if defined(HAVE_XRANDR) && HAVE_XRANDR
#include <X11/extensions/Xrandr.h>
#endif