From f9e28b11df9f5ce5bba2591bbc4c94bef47647c4 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 18 Dec 2023 12:47:44 +0100 Subject: other_tools: Fix missing includes of direct dependencies This fixes the multiple instances of (mainly) missing or wrong includes of standard, third-party, and own headers in the other_tools source folder. --- src/other_tools/just_mr/update.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/update.cpp') diff --git a/src/other_tools/just_mr/update.cpp b/src/other_tools/just_mr/update.cpp index babfee5a..013ff808 100644 --- a/src/other_tools/just_mr/update.cpp +++ b/src/other_tools/just_mr/update.cpp @@ -16,6 +16,7 @@ #include +#include "fmt/core.h" #include "nlohmann/json.hpp" #include "src/buildtool/logging/log_level.hpp" #include "src/buildtool/logging/logger.hpp" -- cgit v1.2.3