diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-11-13 12:54:18 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 14:23:06 +0100 |
commit | a86df51d15da0c55ff7aded9f05d2c23d828eda8 (patch) | |
tree | 5dd62aacbc2fa976b5564e08375e12b0be77ca4d /src/other_tools/root_maps/root_utils.hpp | |
parent | 23ea7c18fa594c0e53957a8f97893467c67c941f (diff) | |
download | justbuild-a86df51d15da0c55ff7aded9f05d2c23d828eda8.tar.gz |
other_tools/repo_map,root_maps: Implement IWYU suggestions
Diffstat (limited to 'src/other_tools/root_maps/root_utils.hpp')
-rw-r--r-- | src/other_tools/root_maps/root_utils.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/root_maps/root_utils.hpp b/src/other_tools/root_maps/root_utils.hpp index 2d3ec6a7..17e1868d 100644 --- a/src/other_tools/root_maps/root_utils.hpp +++ b/src/other_tools/root_maps/root_utils.hpp @@ -15,6 +15,7 @@ #ifndef INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_ROOT_UTILS_HPP #define INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_ROOT_UTILS_HPP +#include <filesystem> #include <optional> #include <string> |