summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-12-24 13:15:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-12-25 10:41:01 +0100
commit66fed32cb2a1a484c1fe45f44ba379d61ebd4c6f (patch)
tree3899211566ef069d6ada4971ddc79de0d6206f1a /include/svl
parent56a99c643b5a07c493ecff86b0f3ccafe7f77279 (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.hxx1
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>