diff options
| author | Scott Mansell <phiren@gmail.com> | 2023-01-31 19:16:58 +1300 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2023-02-09 18:36:20 +1300 |
| commit | f7ad82573683376958bb39ada5d5a37cc98abffc (patch) | |
| tree | 09890302880ee4d317e4a75c38b9056dc0b4298b /Source/Core/DolphinNoGUI/PlatformFBDev.cpp | |
| parent | 628af9d564e32079fb2f366b256fff9c9927a309 (diff) | |
fix fbdev
Diffstat (limited to 'Source/Core/DolphinNoGUI/PlatformFBDev.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/PlatformFBDev.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinNoGUI/PlatformFBDev.cpp b/Source/Core/DolphinNoGUI/PlatformFBDev.cpp index 0b08bc110f..552a2aa9c4 100644 --- a/Source/Core/DolphinNoGUI/PlatformFBDev.cpp +++ b/Source/Core/DolphinNoGUI/PlatformFBDev.cpp @@ -12,6 +12,7 @@ #include <climits> #include <cstdio> +#include <thread> #include <fcntl.h> #include <linux/fb.h> |
