[Libreoffice-commits] core.git: include/svl

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 25 09:41:39 UTC 2020


 include/svl/hint.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 66fed32cb2a1a484c1fe45f44ba379d61ebd4c6f
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Dec 24 13:15:16 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Dec 25 10:41:01 2020 +0100

    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 at redhat.com>

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>


More information about the Libreoffice-commits mailing list