jurt/Library_jpipe.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1d0160708d113ffded05a7bded2d77ce0720d2b1
Author: Stephan Bergmann <[email protected]>
AuthorDate: Sun Sep 21 21:18:42 2025 +0200
Commit: Stephan Bergmann <[email protected]>
CommitDate: Fri Nov 28 09:12:46 2025 +0100
Fix staticsalhack
...after b6feccc9a2154336ff4a83fcc62def322cfcbe84 "Replace dtoa with
fast_float
for faster string-to-float parsing",
> In file included from jurt/source/pipe/staticsalhack.cxx:67:
> sal/rtl/math.cxx:38:10: fatal error: 'fast_float/fast_float.h' file not
found
> 38 | #include <fast_float/fast_float.h>
> | ^~~~~~~~~~~~~~~~~~~~~~~~~
Change-Id: I473f19180dfa8eb42b86a724af09718000dadb14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191305
Reviewed-by: Stephan Bergmann <[email protected]>
Tested-by: Jenkins
(cherry picked from commit acc85023fd2c296b096567d0b9e73a486efe4d4d)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194703
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Michael Stahl <[email protected]>
diff --git a/jurt/Library_jpipe.mk b/jurt/Library_jpipe.mk
index 13d716256961..eaa3e60ac83e 100644
--- a/jurt/Library_jpipe.mk
+++ b/jurt/Library_jpipe.mk
@@ -67,6 +67,7 @@ $(eval $(call gb_Library_set_include,jpipe, \
$(eval $(call gb_Library_use_externals,jpipe, \
boost_headers \
dragonbox \
+ fast_float \
))
ifeq ($(OS),MACOSX)