diff options
author | Aron Budea <aron.budea@collabora.com> | 2024-01-16 12:24:36 +1030 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2024-01-16 12:26:01 +1030 |
commit | d8963d03ed9c349447a0073d2dabfebc3f2a875d (patch) | |
tree | c4f2335ae659a0a6e4efec87d576c5d23654b3a5 | |
parent | a7ef4590e878f6c8014575c417479ab541f8a028 (diff) |
Fix build
Change-Id: I4c097d4c18f2f6793cde1f3bf3beab2b4c733be4
-rw-r--r-- | sal/osl/unx/file.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |