summaryrefslogtreecommitdiffhomepage
path: root/options/connector.hpp
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 /options/connector.hpp
parentae7f2543ecc43e5f46d20be4fcfc7ef62866b65b (diff)
try to fix build for qt 5.13
Diffstat (limited to 'options/connector.hpp')
-rw-r--r--options/connector.hpp3
1 files changed, 2 insertions, 1 deletions
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"