diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-17 14:04:34 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-01-17 14:04:34 +0100 |
commit | 305b967cd78616610f17f49317da551e34cad6b2 (patch) | |
tree | 017e31faede34e117e213baa5fc444eea9fd9c4c /options/bundle.hpp | |
parent | ae7f2543ecc43e5f46d20be4fcfc7ef62866b65b (diff) |
try to fix build for qt 5.13
Diffstat (limited to 'options/bundle.hpp')
-rw-r--r-- | options/bundle.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/bundle.hpp b/options/bundle.hpp index ce859bb1..158fcef9 100644 --- a/options/bundle.hpp +++ b/options/bundle.hpp @@ -10,6 +10,7 @@ #include "group.hpp" #include "connector.hpp" +#include "compat/qhash.hpp" #include <memory> #include <tuple> |