From 93842172d1b7ba6c5930f45208e2fab75bfef19b Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 11 Nov 2024 13:26:37 +0100 Subject: multithreading: Implement IWYU suggestions --- src/buildtool/multithreading/async_map.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/buildtool/multithreading/async_map.hpp') diff --git a/src/buildtool/multithreading/async_map.hpp b/src/buildtool/multithreading/async_map.hpp index e9bdd603..a3cdb58b 100644 --- a/src/buildtool/multithreading/async_map.hpp +++ b/src/buildtool/multithreading/async_map.hpp @@ -15,18 +15,20 @@ #ifndef INCLUDED_SRC_BUILDTOOL_MULTITHREADING_ASYNC_MAP_HPP #define INCLUDED_SRC_BUILDTOOL_MULTITHREADING_ASYNC_MAP_HPP +#include #include +#include #include #include // unique_lock #include #include +#include #include #include // std::make_pair to use std::unordered_map's emplace() #include #include "gsl/gsl" #include "src/buildtool/multithreading/async_map_node.hpp" -#include "src/buildtool/multithreading/task.hpp" #include "src/buildtool/multithreading/task_system.hpp" // Wrapper around map data structure for KeyT->AsyncMapNode that only -- cgit v1.2.3