Skip to content

Commit e9c101a

Browse files
committed
[libc++] Add missing <__availability> include
1 parent 97217d1 commit e9c101a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/sstream

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ typedef basic_stringstream<wchar_t> wstringstream;
267267
*/
268268

269269
#include <__assert> // all public C++ headers provide the assertion handler
270+
#include <__availability>
270271
#include <__config>
271272
#include <__fwd/sstream.h>
272273
#include <__utility/swap.h>

0 commit comments

Comments
 (0)