From 90c961bd4506e3c08136595b7a92306ecc14f6f6 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Tue, 30 Jul 2019 12:40:45 +0200 Subject: Fix missing QVector include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8f785d99e02e163a95d8486ba9f3bdb14f75a862 Reviewed-by: Jannis Völker --- src/imports/opcua/opcuaattributeoperand.h | 1 + src/imports/opcua/opcuaeventfilter.h | 1 + src/imports/opcua/opcuasimpleattributeoperand.h | 1 + 3 files changed, 3 insertions(+) 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 #include +#include 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 +#include 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 #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3