diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-11-08 15:54:26 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-11-14 14:23:05 +0100 |
commit | 3f24fdd9606fde402a585c57073147037378f6d1 (patch) | |
tree | 2001afd643761c7fd83c144790a922e8ca62c8a0 /src/buildtool/file_system/jsonfs.hpp | |
parent | 8c990dbbfa1e2db1f72b54f6bbfe52c1f2c019b8 (diff) | |
download | justbuild-3f24fdd9606fde402a585c57073147037378f6d1.tar.gz |
file_system: Implement IWYU suggestions
Diffstat (limited to 'src/buildtool/file_system/jsonfs.hpp')
-rw-r--r-- | src/buildtool/file_system/jsonfs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/file_system/jsonfs.hpp b/src/buildtool/file_system/jsonfs.hpp index 952d2f32..dadd19f4 100644 --- a/src/buildtool/file_system/jsonfs.hpp +++ b/src/buildtool/file_system/jsonfs.hpp @@ -20,11 +20,11 @@ #include <fstream> #include <optional> +#include "nlohmann/json.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/file_system/object_type.hpp" #include "src/buildtool/logging/log_level.hpp" #include "src/buildtool/logging/logger.hpp" -#include "src/utils/cpp/json.hpp" class Json { public: |