summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/remote/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/remote/config.cpp')
-rw-r--r--src/buildtool/execution_api/remote/config.cpp2
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 {