summaryrefslogtreecommitdiffstats
path: root/src/input_common/gcadapter
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-07-07 12:01:08 +0200
committerJan Beich <jbeich@FreeBSD.org>2020-07-07 12:02:03 +0200
commit1db10b8f4c72a9768122e16c6a69f760a9ff244e (patch)
treec01eeae9a6950532bc9bcfe502fcd7173f9ebd2e /src/input_common/gcadapter
parentMerge pull request #4258 from ameerj/master (diff)
downloadyuzu-1db10b8f4c72a9768122e16c6a69f760a9ff244e.tar
yuzu-1db10b8f4c72a9768122e16c6a69f760a9ff244e.tar.gz
yuzu-1db10b8f4c72a9768122e16c6a69f760a9ff244e.tar.bz2
yuzu-1db10b8f4c72a9768122e16c6a69f760a9ff244e.tar.lz
yuzu-1db10b8f4c72a9768122e16c6a69f760a9ff244e.tar.xz
yuzu-1db10b8f4c72a9768122e16c6a69f760a9ff244e.tar.zst
yuzu-1db10b8f4c72a9768122e16c6a69f760a9ff244e.zip
Diffstat (limited to 'src/input_common/gcadapter')
-rw-r--r--src/input_common/gcadapter/gc_adapter.h1
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 0ea6263eb..b1c2a1958 100644
--- a/src/input_common/gcadapter/gc_adapter.h
+++ b/src/input_common/gcadapter/gc_adapter.h
@@ -7,6 +7,7 @@
#include <functional>
#include <mutex>
#include <thread>
+#include <unordered_map>
#include <libusb.h>
#include "common/common_types.h"
#include "common/threadsafe_queue.h"