From 5a0ee146834fec1661051d1ad708bc3e96163af9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 26 Feb 2023 21:20:33 +0100 Subject: Fix Library_jpipe__staticsalhack ...after e7bad15bc13292defd99cb561f867d8b77692e97 "Unify osl_{g,s}etThreadTextEncoding implementation across platforms" caused > /etc/alternatives/java_sdk_11/bin/java: symbol lookup error: /home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libjpipe.so: undefined symbol: osl_getThreadTextEncoding () Change-Id: I0e309da4bc88668e4ba57b53e2a60d6074d4c124 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147744 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- jurt/source/pipe/staticsalhack.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'jurt') diff --git a/jurt/source/pipe/staticsalhack.cxx b/jurt/source/pipe/staticsalhack.cxx index ac83bd84fb59..fd03738f8d8d 100644 --- a/jurt/source/pipe/staticsalhack.cxx +++ b/jurt/source/pipe/staticsalhack.cxx @@ -35,6 +35,7 @@ #endif #include +#include #include #include #include -- cgit