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 --- desktop/source/deployment/dp_log.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/source/deployment/dp_log.cxx') diff --git a/desktop/source/deployment/dp_log.cxx b/desktop/source/deployment/dp_log.cxx index d88defcc9897..ee814f312b7b 100644 --- a/desktop/source/deployment/dp_log.cxx +++ b/desktop/source/deployment/dp_log.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include #include -- cgit