Skip to content

Commit dfda247

Browse files
committed
Add missing include
1 parent 893b904 commit dfda247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/benchmarks/containers/container_benchmarks.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define TEST_BENCHMARKS_CONTAINERS_CONTAINER_BENCHMARKS_H
1212

1313
#include <algorithm>
14+
#include <concepts>
1415
#include <cstddef>
1516
#include <iterator>
1617
#include <ranges> // for std::from_range

0 commit comments

Comments
 (0)