diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-15 00:04:54 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-17 11:06:53 +0100 |
commit | e9a7ff98800b820e2245a2b90a263ef8b60a459c (patch) | |
tree | c2a4b832df1c0ba9ef6fc2426ad4fcfad2452d8c /sw | |
parent | 6a0fe37dec107392fbe468a35b89071b9a93d2c1 (diff) |
salhelper: include-what-you-use cleanup of public headers
Change-Id: Ie778e541cecadeefc5ee5f30af9577a00c870a58
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/inc/maildispatcher.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/maildispatcher.hxx b/sw/source/uibase/inc/maildispatcher.hxx index 8dc22fc3b978..7ebb1ec1f8f9 100644 --- a/sw/source/uibase/inc/maildispatcher.hxx +++ b/sw/source/uibase/inc/maildispatcher.hxx @@ -24,6 +24,7 @@ #include <com/sun/star/mail/XMailMessage.hpp> #include <osl/thread.hxx> #include <osl/conditn.hxx> +#include <rtl/ref.hxx> #include <salhelper/refobj.hxx> #include <list> |