From 9825c6d1035e4bed4d237d6c90308ded9e54e193 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 30 Nov 2023 14:09:35 +0100 Subject: Resolve inconsistencies in third-party headers include format --- src/buildtool/execution_api/remote/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/remote/config.cpp') 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 #include -#include +#include "nlohmann/json.hpp" [[nodiscard]] auto RemoteExecutionConfig::SetRemoteExecutionDispatch( const std::filesystem::path& filename) noexcept -> bool { -- cgit v1.2.3