mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
UICommon/VideoUtils.cpp: Add missing include
This commit is contained in:
parent
35f7abfe76
commit
5625baa32c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue