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/root_maps/distdir_git_map.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/other_tools/root_maps/distdir_git_map.hpp') diff --git a/src/other_tools/root_maps/distdir_git_map.hpp b/src/other_tools/root_maps/distdir_git_map.hpp index 4c282157..c2f03e08 100644 --- a/src/other_tools/root_maps/distdir_git_map.hpp +++ b/src/other_tools/root_maps/distdir_git_map.hpp @@ -15,8 +15,12 @@ #ifndef INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_DISTDIR_GIT_MAP_HPP #define INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_DISTDIR_GIT_MAP_HPP +#include +#include +#include #include +#include "gsl/gsl" #include "nlohmann/json.hpp" #include "src/other_tools/ops_maps/content_cas_map.hpp" #include "src/other_tools/ops_maps/import_to_git_map.hpp" -- cgit v1.2.3