From 216a24dd55996f8ea444a0afd4a72f076773eedd Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 17 Jan 2020 14:28:05 +0100 Subject: try to fix build --- compat/qhash.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 return qHash(value); } }; + +template class hash; } #endif -- cgit v1.2.3