diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-19 00:31:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-19 11:55:11 +0100 |
commit | 40d4f917e3395611276240c75c1d825d172ed559 (patch) | |
tree | e55869e4bc3089d8de9cf8de63b3c119bc35235f /include/rtl | |
parent | db222b74f1482870aac76d51646215d756901b8d (diff) |
sal, cppuhelper headers a little more complete and self-contained
All of them now build as-is (doing that is actually a pain because some
are named the same as C library headers and clang looks first in the
directory where the source file is in...).
Change-Id: Ief6e245c8f49fcee678aebd46394c19e4cb47f51
Diffstat (limited to 'include/rtl')
-rw-r--r-- | include/rtl/stringutils.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rtl/stringutils.hxx b/include/rtl/stringutils.hxx index 88034d33034d..52ed1d02fdf6 100644 --- a/include/rtl/stringutils.hxx +++ b/include/rtl/stringutils.hxx @@ -11,6 +11,7 @@ #define INCLUDED_RTL_STRINGUTILS_HXX #include <sal/config.h> +#include <sal/types.h> // Manually defining RTL_DISABLE_FAST_STRING allows to force turning fast string concatenation off // (e.g. for debugging). |