diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-12-24 13:15:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-12-25 10:41:01 +0100 |
commit | 66fed32cb2a1a484c1fe45f44ba379d61ebd4c6f (patch) | |
tree | 3899211566ef069d6ada4971ddc79de0d6206f1a /include/svl | |
parent | 56a99c643b5a07c493ecff86b0f3ccafe7f77279 (diff) |
missing include (std::to_string)
Change-Id: I23d920cd8046ba089805afd9864831610f59f92d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108264
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/hint.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx index adff3fa6239d..314b4f886f7d 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -20,6 +20,7 @@ #define INCLUDED_SVL_HINT_HXX #include <ostream> +#include <string> #include <sal/types.h> #include <svl/svldllapi.h> |