X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=make%2Ftest%2Fcompiler.cpp;h=f01423325abbc7ac855f678146d845c61a4552f8;hb=bb4aa10ed82612624da45d0c9592ddf7f2f51ab5;hp=edf08b8e363c41fdd460d7094191e00fd8eff101;hpb=0b63ccd0b5cb26883d6becb196fb98e4f95d0397;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/make/test/compiler.cpp b/make/test/compiler.cpp index edf08b8e3..f01423325 100644 --- a/make/test/compiler.cpp +++ b/make/test/compiler.cpp @@ -1,6 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2016 Attila Molnar + * Copyright (C) 2014-2015 Peter 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 @@ -18,9 +20,11 @@ #include #if defined _LIBCPP_VERSION +# include # include # include #else +# include # include # include #endif