UICommon/VideoUtils.cpp: Add missing include

This commit is contained in:
spycrab 2019-05-08 21:00:23 +02:00
parent 35f7abfe76
commit 5625baa32c
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
#include "Common/Assert.h"
#include "VideoCommon/VideoConfig.h"
#ifdef _WIN32
#include <Windows.h>
#endif
#if defined(HAVE_XRANDR) && HAVE_XRANDR
#include "UICommon/X11Utils.h"
#endif