Skip to content

Commit 007c7b3

Browse files
Fix missing #include <string> and remove redundant #include in minmax projection tests
1 parent b727089 commit 007c7b3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

libs/core/algorithms/tests/unit/container_algorithms/minmax_element_parallel_projection.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <hpx/execution.hpp>
1515
#include <hpx/init.hpp>
1616
#include <hpx/modules/testing.hpp>
17-
#include <hpx/parallel/container_algorithms/minmax.hpp>
1817

1918
#include <algorithm>
2019
#include <cstddef>

libs/core/algorithms/tests/unit/container_algorithms/minmax_element_projection.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <cstddef>
1212
#include <iostream>
1313
#include <iterator>
14+
#include <string>
1415
#include <utility>
1516
#include <vector>
1617

0 commit comments

Comments
 (0)