diff --git a/include/cxx/cstddef b/include/cxx/cstddef index fb9f540aa85..5fb1749d162 100644 --- a/include/cxx/cstddef +++ b/include/cxx/cstddef @@ -53,6 +53,8 @@ namespace std using ::socklen_t; using ::sa_family_t; #if __cplusplus >= 201103L + using ::max_align_t; + using nullptr_t = decltype(nullptr); #endif }