diff options
| author | Scott Mansell <phiren@gmail.com> | 2023-01-30 03:09:40 +1300 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2023-01-31 19:41:24 +1300 |
| commit | 35a69cb1bbce567eeae8fb8eece0062a782e436d (patch) | |
| tree | 05063f668204e6331af84c60e0de5c2d9e2cb2d2 /Source | |
| parent | 8ad59f8ccf95e5e6906887d40ed30717a33b84f6 (diff) | |
Fix missing include
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/DolphinNoGUI/PlatformX11.cpp | 1 |
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> |
