diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-13 17:01:00 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-13 17:01:16 +0100 |
commit | 49afac0f19c597495e69ffb198f6a0ec13fe20eb (patch) | |
tree | 4c365842835d53165dd4fb82c5785e6aff6845f5 /dinput | |
parent | 1af0452702082722d769a3c37d6415752065e7be (diff) |
dinput: fix qhash template error
Issue: #988
Diffstat (limited to 'dinput')
-rw-r--r-- | dinput/win32-joystick.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dinput/win32-joystick.hpp b/dinput/win32-joystick.hpp index 82590db6..e0721bdf 100644 --- a/dinput/win32-joystick.hpp +++ b/dinput/win32-joystick.hpp @@ -17,6 +17,7 @@ #include <unordered_map> #include <iterator> +#include <QHashFunctions> #include <QString> #include <QMutex> |