forked from OSchip/llvm-project
Ensure <__debug> gets the nullptr definition in C++03
llvm-svn: 290658
This commit is contained in:
parent
2e519579f7
commit
d5ae0257f2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue