From 6dce9c6757823b9e89863716ae70ff4e8ddd4e60 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 6 Feb 2017 17:08:38 +0100 Subject: Add missing #includes ...and remove some unncessary using directives/declarations, in preparation of removing now-unnecessary #includes from cppumaker-generated files, post e57ca02849c3d87142ff5ff9099a212e72b8139c "Remove dynamic exception specifications". Change-Id: Iaf1f268871e2ee1d1c76cf90f03557527ebc9067 --- pyuno/source/module/pyuno_adapter.cxx | 1 + pyuno/source/module/pyuno_struct.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'pyuno') diff --git a/pyuno/source/module/pyuno_adapter.cxx b/pyuno/source/module/pyuno_adapter.cxx index 65a317b39e7e..9d2140e33b36 100644 --- a/pyuno/source/module/pyuno_adapter.cxx +++ b/pyuno/source/module/pyuno_adapter.cxx @@ -24,6 +24,7 @@ #include #include +#include #include diff --git a/pyuno/source/module/pyuno_struct.cxx b/pyuno/source/module/pyuno_struct.cxx index df160b473b84..437b4a8f1614 100644 --- a/pyuno/source/module/pyuno_struct.cxx +++ b/pyuno/source/module/pyuno_struct.cxx @@ -28,6 +28,7 @@ #include +#include #include #include "pyuno_impl.hxx" -- cgit