X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fcompat.h;h=1e6fc3d45512aecb23373b0d9d34d43d78cf921c;hb=63e300ed082b82530ad5ae0949f45686746b7c9b;hp=9302c573fa47a0540d3c95f77290925378b0ede1;hpb=f62654a6859998f9d63eb22702c572d5ebcff15c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/compat.h b/include/compat.h index 9302c573f..1e6fc3d45 100644 --- a/include/compat.h +++ b/include/compat.h @@ -27,10 +27,14 @@ */ #if defined _LIBCPP_VERSION || defined _WIN32 # define TR1NS std +# include # include +# include #else # define TR1NS std::tr1 +# include # include +# include #endif /**