mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Fix missing include
This commit is contained in:
parent
8ad59f8ccf
commit
35a69cb1bb
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ static constexpr auto X_None = None;
|
|||
#include <climits>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <thread>
|
||||
|
||||
#include <X11/Xatom.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue