summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-12 08:30:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-12 15:32:58 +0200
commitb18ebc16f7ad31317cf366d7433da513cc3c34c3 (patch)
tree31713c0d632f8c90493ce4d42c1825d432fe8fde /include/rtl
parenta65551a078539a5a2bc34cca2368075537e772fe (diff)
Missing include (for std::char_traits)
Change-Id: I48f9e55e987b709c2cfddab87e58248b50273ee7 Reviewed-on: https://gerrit.libreoffice.org/80706 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/stringconcat.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rtl/stringconcat.hxx b/include/rtl/stringconcat.hxx
index 9e912151428d..2dbde557b7df 100644
--- a/include/rtl/stringconcat.hxx
+++ b/include/rtl/stringconcat.hxx
@@ -15,6 +15,7 @@
#include "rtl/ustring.h"
#include <cstddef>
+#include <string>
#include <string_view>
#include <utility>