include/comphelper/hash.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b1343712693f0e6a818743524b5b90f4fd9e267c
Author: Mike Kaganski <[email protected]>
AuthorDate: Sun Nov 10 00:08:12 2024 +0500
Commit: Miklos Vajna <[email protected]>
CommitDate: Tue Nov 12 08:09:57 2024 +0100
Fix build
C:\lo
while building comphelper/qa/unit/test_hash.cxx
Change-Id: I83840002be191862ec97fce8d1e0115982f33884
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176316
Reviewed-by: Miklos Vajna <[email protected]>
Tested-by: Jenkins CollaboraOffice <[email protected]>
diff --git a/include/comphelper/hash.hxx b/include/comphelper/hash.hxx
index 1007e8dfa464..e148276abfb3 100644
--- a/include/comphelper/hash.hxx
+++ b/include/comphelper/hash.hxx
@@ -14,6 +14,7 @@
#include <rtl/digest.h>
#include <memory>
+#include <string>
#include <vector>
namespace rtl {