summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2019-07-30 12:40:45 +0200
committerRainer Keller <Rainer.Keller@qt.io>2019-07-30 14:43:14 +0200
commit90c961bd4506e3c08136595b7a92306ecc14f6f6 (patch)
tree88f3b34bef625d145b42ccec341584b65aaab3db
parent39161a59db000447f91555657bbdab38e30958c1 (diff)
Fix missing QVector include
Change-Id: I8f785d99e02e163a95d8486ba9f3bdb14f75a862 Reviewed-by: Jannis Völker <jannis.voelker@basyskom.com>
-rw-r--r--src/imports/opcua/opcuaattributeoperand.h1
-rw-r--r--src/imports/opcua/opcuaeventfilter.h1
-rw-r--r--src/imports/opcua/opcuasimpleattributeoperand.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/imports/opcua/opcuaattributeoperand.h b/src/imports/opcua/opcuaattributeoperand.h
index de2f332..7637311 100644
--- a/src/imports/opcua/opcuaattributeoperand.h
+++ b/src/imports/opcua/opcuaattributeoperand.h
@@ -40,6 +40,7 @@
#include "opcuaoperandbase.h"
#include <QOpcUaAttributeOperand>
#include <QQmlListProperty>
+#include <QVector>
QT_BEGIN_NAMESPACE
diff --git a/src/imports/opcua/opcuaeventfilter.h b/src/imports/opcua/opcuaeventfilter.h
index 2ef0f9f..5f863eb 100644
--- a/src/imports/opcua/opcuaeventfilter.h
+++ b/src/imports/opcua/opcuaeventfilter.h
@@ -42,6 +42,7 @@
#include "opcuasimpleattributeoperand.h"
#include "opcuafilterelement.h"
#include <QOpcUaMonitoringParameters>
+#include <QVector>
QT_BEGIN_NAMESPACE
diff --git a/src/imports/opcua/opcuasimpleattributeoperand.h b/src/imports/opcua/opcuasimpleattributeoperand.h
index 06072fe..ba35679 100644
--- a/src/imports/opcua/opcuasimpleattributeoperand.h
+++ b/src/imports/opcua/opcuasimpleattributeoperand.h
@@ -40,6 +40,7 @@
#include "opcuaoperandbase.h"
#include <QOpcUaSimpleAttributeOperand>
#include <QQmlListProperty>
+#include <QVector>
QT_BEGIN_NAMESPACE