X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=make%2Ftest%2Fcompiler.cpp;h=13aede9fedc0b806a24541e9bbe7ff3d7e65cd30;hb=e94b673532f7833aaa4789f834e61d68e0b4fc56;hp=f01423325abbc7ac855f678146d845c61a4552f8;hpb=01527a4652b71fc8af7d047ad6fdb8dfc37636a7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/make/test/compiler.cpp b/make/test/compiler.cpp index f01423325..13aede9fe 100644 --- a/make/test/compiler.cpp +++ b/make/test/compiler.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2016 Attila Molnar - * Copyright (C) 2014-2015 Peter Powell + * Copyright (C) 2014-2015, 2017, 2021 Sadie Powell * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -19,7 +19,7 @@ #include -#if defined _LIBCPP_VERSION +#if defined _LIBCPP_VERSION || __cplusplus >= 201103L # include # include # include