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