sal/osl/unx/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d8963d03ed9c349447a0073d2dabfebc3f2a875d Author: Aron Budea <[email protected]> AuthorDate: Tue Jan 16 12:24:36 2024 +1030 Commit: Aron Budea <[email protected]> CommitDate: Tue Jan 16 12:26:01 2024 +1030 Fix build Change-Id: I4c097d4c18f2f6793cde1f3bf3beab2b4c733be4 diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx index 848a586ad2ce..ecd721cfc31c 100644 --- a/sal/osl/unx/file.cxx +++ b/sal/osl/unx/file.cxx @@ -35,6 +35,7 @@ #include <algorithm> #include <atomic> +#include <vector> #include <cassert> #include <fcntl.h> #include <limits> @@ -61,7 +62,6 @@ #include <android/log.h> #include <android/asset_manager.h> #include <o3tl/string_view.hxx> -#include <vector> #endif namespace {
