diff --git a/src/new.cpp b/src/new.cpp index cb8e3ae4c..5a4686d25 100644 --- a/src/new.cpp +++ b/src/new.cpp @@ -23,7 +23,11 @@ #elif defined(__GLIBCXX__) // nothing todo #else -#include "support/runtime/new_handler_fallback.ipp" +# if defined(__APPLE__) && !defined(_LIBCPP_BUILDING_HAS_NO_ABI_LIBRARY) +# include // FIXME: remove this once buildit is gone. +# else +# include "support/runtime/new_handler_fallback.ipp" +# endif #endif namespace std