jurt/Library_jpipe.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit acc85023fd2c296b096567d0b9e73a486efe4d4d
Author:     Stephan Bergmann <stephan.bergm...@collabora.com>
AuthorDate: Sun Sep 21 21:18:42 2025 +0200
Commit:     Stephan Bergmann <stephan.bergm...@collabora.com>
CommitDate: Sun Sep 21 22:22:39 2025 +0200

    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 <stephan.bergm...@collabora.com>
    Tested-by: Jenkins

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)

Reply via email to