Skip to content

Commit 660ff09

Browse files
committed
Fix CI
1 parent ad94f63 commit 660ff09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/unique.deprecated_in_cxx17.verify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// bool unique() const; // deprecated in C++17, removed in C++20
1818

1919
#include <memory>
20+
#include <tuple>
2021

2122
void f() {
2223
const std::shared_ptr<int> p;

0 commit comments

Comments
 (0)