From 9cb2e73e543f886c022a695da2b77e2c33198471 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Tue, 6 Feb 2024 21:18:47 +0100 Subject: [PATCH] add missing header for FreeBSD builds --- components/pango_core/src/threadedfilebuf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pango_core/src/threadedfilebuf.cpp b/components/pango_core/src/threadedfilebuf.cpp index 4fbe4dfe1..fe1181f74 100644 --- a/components/pango_core/src/threadedfilebuf.cpp +++ b/components/pango_core/src/threadedfilebuf.cpp @@ -35,6 +35,7 @@ #ifdef USE_POSIX_FILE_IO #include #include +#include // Optionally use direct file i/o to avoid the cache. #define USE_DIRECT_FILE_IO