summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.cpp
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2018-07-24 12:03:24 +0200
committerMerryMage <MerryMage@users.noreply.github.com>2018-07-24 12:03:24 +0200
commit44646e2ea0b87dffd9a1d175c53e3cea67bce344 (patch)
treefd2dcd57424487cf054d98a018ae9d5c62cfd60a /src/core/hle/service/hid/hid.cpp
parentCMakeLists: Sort filenames (diff)
downloadyuzu-44646e2ea0b87dffd9a1d175c53e3cea67bce344.tar
yuzu-44646e2ea0b87dffd9a1d175c53e3cea67bce344.tar.gz
yuzu-44646e2ea0b87dffd9a1d175c53e3cea67bce344.tar.bz2
yuzu-44646e2ea0b87dffd9a1d175c53e3cea67bce344.tar.lz
yuzu-44646e2ea0b87dffd9a1d175c53e3cea67bce344.tar.xz
yuzu-44646e2ea0b87dffd9a1d175c53e3cea67bce344.tar.zst
yuzu-44646e2ea0b87dffd9a1d175c53e3cea67bce344.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/hid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp
index 475a0a5cf..9a02ba686 100644
--- a/src/core/hle/service/hid/hid.cpp
+++ b/src/core/hle/service/hid/hid.cpp
@@ -5,6 +5,7 @@
#include <atomic>
#include "common/logging/log.h"
#include "core/core_timing.h"
+#include "core/core_timing_util.h"
#include "core/frontend/emu_window.h"
#include "core/frontend/input.h"
#include "core/hle/ipc_helpers.h"