diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-16 09:22:28 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-16 09:22:28 +0100 |
commit | 9f41f6ee72fd63c62f68446beef10d37a957e35a (patch) | |
tree | a74b87256c2d284bb9a2061fa323bf36f44b991e /dinput | |
parent | 901e06488ae89ff57362a0be534a45eccccbf67a (diff) |
compat/qhash: try fix older Qt
Diffstat (limited to 'dinput')
-rw-r--r-- | dinput/win32-joystick.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/win32-joystick.hpp b/dinput/win32-joystick.hpp index e0721bdf..ff52ad1d 100644 --- a/dinput/win32-joystick.hpp +++ b/dinput/win32-joystick.hpp @@ -17,7 +17,7 @@ #include <unordered_map> #include <iterator> -#include <QHashFunctions> +#include "compat/qhash.hpp" #include <QString> #include <QMutex> |