UICommon/VideoUtils.cpp: Add missing include
This commit is contained in:
parent
35f7abfe76
commit
5625baa32c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue