]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/test/compiler.cpp
Update my name and email address.
[user/henk/code/inspircd.git] / make / test / compiler.cpp
index edf08b8e363c41fdd460d7094191e00fd8eff101..70f896e08cd078c4eb5531d2c03efffeccb6cd52 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
+ *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2014-2015 Sadie Powell <sadie@witchery.services>
  *
  * 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
 
 #include <iostream>
 #if defined _LIBCPP_VERSION
+# include <array>
 # include <type_traits>
 # include <unordered_map>
 #else
+# include <tr1/array>
 # include <tr1/type_traits>
 # include <tr1/unordered_map>
 #endif