summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-12-23 03:27:44 +0100
committerZach Hilman <zachhilman@gmail.com>2019-03-05 00:39:57 +0100
commit9d1ab766a0d953a307313bd1812b5416b1e913b9 (patch)
tree3d9b5787a00c705d0825b41b69d39dba1e09aad9 /src/core/hle/service/hid/hid.h
parentMerge pull request #2165 from ReinUsesLisp/unbind-tex (diff)
downloadyuzu-9d1ab766a0d953a307313bd1812b5416b1e913b9.tar
yuzu-9d1ab766a0d953a307313bd1812b5416b1e913b9.tar.gz
yuzu-9d1ab766a0d953a307313bd1812b5416b1e913b9.tar.bz2
yuzu-9d1ab766a0d953a307313bd1812b5416b1e913b9.tar.lz
yuzu-9d1ab766a0d953a307313bd1812b5416b1e913b9.tar.xz
yuzu-9d1ab766a0d953a307313bd1812b5416b1e913b9.tar.zst
yuzu-9d1ab766a0d953a307313bd1812b5416b1e913b9.zip
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r--src/core/hle/service/hid/hid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index 7cc58db4c..e39cd6b51 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#pragma once
+#include "core/hle/service/service.h"
#include "controllers/controller_base.h"
#include "core/hle/service/service.h"