Skip to content

Commit 58ff9b4

Browse files
authored
Merge pull request #140 from knst/gcc-12-make-unique
[FIX] fix test 'mixed-intro-example-three-loops.cpp2' for gcc 12
2 parents c6f184c + ec3db00 commit 58ff9b4

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)