From 32eebb71f71e48bbc59f4db24e76fbc875f03769 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 28 Dec 2016 06:15:01 +0000 Subject: Ensure <__debug> gets the nullptr definition in C++03 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290658 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/__debug | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/__debug') diff --git a/include/__debug b/include/__debug index 2a4571024..f8c1129a3 100644 --- a/include/__debug +++ b/include/__debug @@ -17,6 +17,10 @@ #pragma GCC system_header #endif +#if defined(_LIBCPP_HAS_NO_NULLPTR) +# include +#endif + #if _LIBCPP_DEBUG_LEVEL >= 1 || defined(_LIBCPP_BUILDING_LIBRARY) # include # include -- cgit v1.2.3