summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2020-01-17 14:04:34 +0100
committerStanislaw Halik <sthalik@misaki.pl>2020-01-17 14:04:34 +0100
commit305b967cd78616610f17f49317da551e34cad6b2 (patch)
tree017e31faede34e117e213baa5fc444eea9fd9c4c
parentae7f2543ecc43e5f46d20be4fcfc7ef62866b65b (diff)
try to fix build for qt 5.13
-rw-r--r--options/bundle.hpp1
-rw-r--r--options/connector.hpp3
2 files changed, 3 insertions, 1 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>
diff --git a/options/connector.hpp b/options/connector.hpp
index d32f896f..025efda2 100644
--- a/options/connector.hpp
+++ b/options/connector.hpp
@@ -8,12 +8,13 @@
#pragma once
+#include "compat/qhash.hpp"
+
#include <unordered_map>
#include <vector>
#include <QString>
#include <QMutex>
-#include "compat/qhash.hpp"
#include "export.hpp"