mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 16:45:54 +00:00
UICommon: Fix indirect includes
This commit is contained in:
parent
f31221b3d0
commit
62269572e4
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
#if defined(HAVE_XRANDR) && HAVE_XRANDR
|
||||
#include <X11/extensions/Xrandr.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue