diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-08-05 11:22:55 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-08-05 11:36:59 +0200 |
commit | da2ebe2b5cfef7b0f2e49160aa22ef5020fa964b (patch) | |
tree | 217cfc02375c59442a99d74fe239a5416c95e663 /src/buildtool/file_system/file_system_manager.hpp | |
parent | f7aa318f476a0f79a4c26a54418276f3e79896b8 (diff) | |
download | justbuild-da2ebe2b5cfef7b0f2e49160aa22ef5020fa964b.tar.gz |
Add missing cerrno includes
Diffstat (limited to 'src/buildtool/file_system/file_system_manager.hpp')
-rw-r--r-- | src/buildtool/file_system/file_system_manager.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/file_system/file_system_manager.hpp b/src/buildtool/file_system/file_system_manager.hpp index ac23691c..ab4f2e0d 100644 --- a/src/buildtool/file_system/file_system_manager.hpp +++ b/src/buildtool/file_system/file_system_manager.hpp @@ -16,6 +16,7 @@ #define INCLUDED_SRC_BUILDTOOL_FILE_SYSTEM_FILE_SYSTEM_MANAGER_HPP #include <array> +#include <cerrno> // for errno #include <chrono> #include <cstddef> #include <cstdio> // for std::fopen |