]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Include <list> in base.h to prevent build errors on OpenBSD.
authorPeter Powell <petpow@saberuk.com>
Thu, 20 Dec 2012 00:45:59 +0000 (00:45 +0000)
committerattilamolnar <attilamolnar@hush.com>
Tue, 25 Dec 2012 17:39:03 +0000 (18:39 +0100)
include/base.h

index 3e868ff22e7a20ab8594d49d2841ffa6bd8c39f4..5308ed655af9d0e167efa4da5f0b84912bc86bb7 100644 (file)
@@ -26,6 +26,7 @@
 #include <map>
 #include <deque>
 #include <string>
+#include <list>
 
 /** Dummy class to help enforce culls being parent-called up to classbase */
 class CullResult