Skip to content

Commit 10a2271

Browse files
committed
Forgot an #include
1 parent d81e017 commit 10a2271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <optional>
1919
#include <ranges>
2020
#include <type_traits>
21+
#include <utility>
2122

2223
template <typename T, T __val>
2324
constexpr bool test() {

0 commit comments

Comments
 (0)