diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-17 14:28:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-17 14:28:05 +0100 |
commit | 216a24dd55996f8ea444a0afd4a72f076773eedd (patch) | |
tree | 4acd534be27f6fc1a585e73872ce5ba06f6badc4 | |
parent | 784b40b4974533742c6607b3f7281c6e998a5bb3 (diff) |
try to fix build
-rw-r--r-- | compat/qhash.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/qhash.hpp b/compat/qhash.hpp index ae7ada6a..83b154f4 100644 --- a/compat/qhash.hpp +++ b/compat/qhash.hpp @@ -21,6 +21,8 @@ template<> struct hash<QString> return qHash(value); } }; + +template class hash<QString>; } #endif |