diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-08-31 20:33:37 -0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-03 08:19:36 +0000 |
commit | 2564ef96d295b2e09fb5e382c8f76924ea2cdb5c (patch) | |
tree | 76b43593baed3ed10e64303761f8eb027a986210 /configmgr | |
parent | 72699595aaa3ecb8975050b6dfc6fde437770493 (diff) |
Restored missing includes from source files.
These source files relied on pch to include
these missing headers (at least on Windows).
Also included the script used to find the
missing includes. The script is self-contained
and includes unittests. It detects superfluous
includes and required includes (which was used
to restore the includes in this patch).
Change-Id: I7ee09e5c712f42d5f6c3524898bc62dda78f5cc0
Reviewed-on: https://gerrit.libreoffice.org/18208
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/writemodfile.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configmgr/source/writemodfile.hxx b/configmgr/source/writemodfile.hxx index d53efe9448f2..5a80959ac359 100644 --- a/configmgr/source/writemodfile.hxx +++ b/configmgr/source/writemodfile.hxx @@ -21,6 +21,7 @@ #define INCLUDED_CONFIGMGR_SOURCE_WRITEMODFILE_HXX #include <sal/config.h> +#include <rtl/strbuf.hxx> namespace configmgr { |