Skip to content

Commit ec3db00

Browse files
committed
fix test 'mixed-intro-example-three-loops.cpp2' for gcc 12
Gcc 12 requires to specify header <memory> for using make_unique
1 parent b1754db commit ec3db00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

regression-tests/mixed-intro-example-three-loops.cpp2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <vector>
44
#include <string>
55
#include <span>
6+
#include <memory>
67

78
auto print(auto const& thing) -> void {
89
std::cout << ">> " << thing << "\n";

0 commit comments

Comments
 (0)