diff options
| author | 2020-06-21 20:32:43 -0400 | |
|---|---|---|
| committer | 2020-06-21 21:17:46 -0400 | |
| commit | 5f0fa4cb8283d61ad2993273fa48b2fd3868a680 (patch) | |
| tree | d61e06e983797e150bddd843941e8404337d947a /src/input_common | |
| parent | Singleton GC Adapter class, remove globals, fix naming convention (diff) | |
| download | yuzu-5f0fa4cb8283d61ad2993273fa48b2fd3868a680.tar.gz yuzu-5f0fa4cb8283d61ad2993273fa48b2fd3868a680.tar.xz yuzu-5f0fa4cb8283d61ad2993273fa48b2fd3868a680.zip | |
fix include thread
Diffstat (limited to 'src/input_common')
| -rw-r--r-- | src/input_common/gcadapter/gc_adapter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/gcadapter/gc_adapter.h b/src/input_common/gcadapter/gc_adapter.h index 3d5c41f9a..a32ca0464 100644 --- a/src/input_common/gcadapter/gc_adapter.h +++ b/src/input_common/gcadapter/gc_adapter.h | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | #include <algorithm> | 6 | #include <algorithm> |
| 7 | #include <functional> | 7 | #include <functional> |
| 8 | #include <mutex> | 8 | #include <mutex> |
| 9 | #include <thread> | ||
| 9 | #include <libusb.h> | 10 | #include <libusb.h> |
| 10 | #include "common/common_types.h" | 11 | #include "common/common_types.h" |
| 11 | #include "common/threadsafe_queue.h" | 12 | #include "common/threadsafe_queue.h" |