From 74a31f1b262f9770409ee68e04433adb7e3ab10c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 5 Mar 2024 14:02:30 +0100 Subject: Missing include (for free) Change-Id: I2dbf6d8894368d93bbed8c2bdf09f978196c6aa5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164427 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sal/rtl/cipher.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sal/rtl/cipher.cxx b/sal/rtl/cipher.cxx index 98b566da61a8..5d842c88f5f5 100644 --- a/sal/rtl/cipher.cxx +++ b/sal/rtl/cipher.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include #include -- cgit