diff options
Diffstat (limited to 'sal/osl/unx/file.cxx')
-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 { |