summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/PlatformX11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DolphinNoGUI/PlatformX11.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/PlatformX11.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinNoGUI/PlatformX11.cpp b/Source/Core/DolphinNoGUI/PlatformX11.cpp
index 3f3ea57bc6..18784499e4 100644
--- a/Source/Core/DolphinNoGUI/PlatformX11.cpp
+++ b/Source/Core/DolphinNoGUI/PlatformX11.cpp
@@ -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>