summaryrefslogtreecommitdiff
path: root/test/buildtool/multithreading/async_map_consumer.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/multithreading/async_map_consumer.test.cpp')
-rw-r--r--test/buildtool/multithreading/async_map_consumer.test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/buildtool/multithreading/async_map_consumer.test.cpp b/test/buildtool/multithreading/async_map_consumer.test.cpp
index 4e8df652..fa7038b9 100644
--- a/test/buildtool/multithreading/async_map_consumer.test.cpp
+++ b/test/buildtool/multithreading/async_map_consumer.test.cpp
@@ -12,9 +12,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include <algorithm> // std::transform
+#include <atomic>
#include <cstdint> // for fixed width integral types
+#include <mutex>
#include <numeric>
+#include <optional>
#include <string>
+#include <vector>
#include "catch2/catch_test_macros.hpp"
#include "catch2/matchers/catch_matchers_all.hpp"