[libcxx-commits] [libcxx] e9c101a - [libc++] Add missing <__availability> include

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 16 08:08:31 PDT 2023


Author: Nikolas Klauser
Date: 2023-10-16T17:08:12+02:00
New Revision: e9c101a7533a829f48678589c7382d4c21c2eb1b

URL: https://github.com/llvm/llvm-project/commit/e9c101a7533a829f48678589c7382d4c21c2eb1b
DIFF: https://github.com/llvm/llvm-project/commit/e9c101a7533a829f48678589c7382d4c21c2eb1b.diff

LOG: [libc++] Add missing <__availability> include

Added: 
    

Modified: 
    libcxx/include/sstream

Removed: 
    


################################################################################
diff  --git a/libcxx/include/sstream b/libcxx/include/sstream
index 47c2d0553a57c74..7db5409871873ad 100644
--- a/libcxx/include/sstream
+++ b/libcxx/include/sstream
@@ -267,6 +267,7 @@ typedef basic_stringstream<wchar_t> wstringstream;
 */
 
 #include <__assert> // all public C++ headers provide the assertion handler
+#include <__availability>
 #include <__config>
 #include <__fwd/sstream.h>
 #include <__utility/swap.h>


        


More information about the libcxx-commits mailing list