diff --git a/new.cc b/new.cc index e46e302..165e19e 100644 --- a/new.cc +++ b/new.cc @@ -1,4 +1,8 @@ +// needed with libstdc++ but not libc++ +#if __has_include() #include +#endif + #include #include "h_malloc.h"