summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binaryurp/IwyuFilter_binaryurp.yaml3
-rw-r--r--binaryurp/source/bridge.cxx1
-rw-r--r--binaryurp/source/unmarshal.cxx1
3 files changed, 5 insertions, 0 deletions
diff --git a/binaryurp/IwyuFilter_binaryurp.yaml b/binaryurp/IwyuFilter_binaryurp.yaml
index 5eb9515a45fc..e6bf809780c6 100644
--- a/binaryurp/IwyuFilter_binaryurp.yaml
+++ b/binaryurp/IwyuFilter_binaryurp.yaml
@@ -29,3 +29,6 @@ blacklist:
- com/sun/star/connection/XConnection.hpp
- com/sun/star/lang/XEventListener.hpp
- com/sun/star/uno/XInterface.hpp
+ binaryurp/source/unmarshal.cxx:
+ # Actually used
+ - vector
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx
index 5e2b5e6bc874..5664558f55cd 100644
--- a/binaryurp/source/bridge.cxx
+++ b/binaryurp/source/bridge.cxx
@@ -46,6 +46,7 @@
#include <rtl/byteseq.hxx>
#include <rtl/random.h>
#include <rtl/ref.hxx>
+#include <rtl/string.h>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <sal/types.h>
diff --git a/binaryurp/source/unmarshal.cxx b/binaryurp/source/unmarshal.cxx
index f317c9c59b7d..8cf8676edad4 100644
--- a/binaryurp/source/unmarshal.cxx
+++ b/binaryurp/source/unmarshal.cxx
@@ -22,6 +22,7 @@
#include <cassert>
#include <cstdlib>
#include <new>
+#include <vector>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>