diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-11-30 14:09:35 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-11-30 17:34:09 +0100 |
commit | 9825c6d1035e4bed4d237d6c90308ded9e54e193 (patch) | |
tree | c214bcdbe42a56e7896e01d9e652702fb6440985 /src/buildtool/execution_api/remote/config.cpp | |
parent | e70d12f9e6ec9d384a00c389e2111265fbe54784 (diff) | |
download | justbuild-9825c6d1035e4bed4d237d6c90308ded9e54e193.tar.gz |
Resolve inconsistencies in third-party headers include format
Diffstat (limited to 'src/buildtool/execution_api/remote/config.cpp')
-rw-r--r-- | src/buildtool/execution_api/remote/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/remote/config.cpp b/src/buildtool/execution_api/remote/config.cpp index 4403730e..b45f7d43 100644 --- a/src/buildtool/execution_api/remote/config.cpp +++ b/src/buildtool/execution_api/remote/config.cpp @@ -17,7 +17,7 @@ #include <exception> #include <fstream> -#include <nlohmann/json.hpp> +#include "nlohmann/json.hpp" [[nodiscard]] auto RemoteExecutionConfig::SetRemoteExecutionDispatch( const std::filesystem::path& filename) noexcept -> bool { |