Skip to content

Commit e737a9d

Browse files
committed
fix missing header in test
1 parent b811e60 commit e737a9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/standalone/concepts/src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ int source_location_test(char *buf) {
2222
#include <cstring>
2323
#include <type_traits>
2424
#include <concepts>
25+
#include <utility>
2526

2627
// test derived_from
2728
namespace test_derived_from {

0 commit comments

Comments
 (0)