summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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