Ensure <__debug> gets the nullptr definition in C++03

llvm-svn: 290658
This commit is contained in:
Eric Fiselier 2016-12-28 06:15:01 +00:00
parent 2e519579f7
commit d5ae0257f2
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
#pragma GCC system_header
#endif
#if defined(_LIBCPP_HAS_NO_NULLPTR)
# include <cstddef>
#endif
#if _LIBCPP_DEBUG_LEVEL >= 1 || defined(_LIBCPP_BUILDING_LIBRARY)
# include <cstdlib>
# include <cstdio>