sal/osl/unx/file.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 479e2f5cb69ceef2ef6832630a342d7673d6782a
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Mon Feb 10 11:42:55 2025 +0000
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Mon Feb 10 11:43:06 2025 +0000

    unconditionally include vector
    
    Change-Id: Ida3704df579be80f65da71d5b6978f667a0c32a4

diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx
index e0ff6ea66942..5a87da0658f9 100644
--- a/sal/osl/unx/file.cxx
+++ b/sal/osl/unx/file.cxx
@@ -62,9 +62,10 @@
 #include <android/log.h>
 #include <android/asset_manager.h>
 #include <o3tl/string_view.hxx>
-#include <vector>
 #endif
 
+#include <vector>
+
 #ifdef LINUX
 #include <sys/vfs.h>
 // As documented by the kernel

Reply via email to