From acdd2c61b94cc686bf5f4884ceb5fb5d28aa246d Mon Sep 17 00:00:00 2001 From: psychon Date: Sat, 22 Mar 2008 20:10:39 +0000 Subject: [PATCH] Fix for GCC 4.3 Thanks to Kuja for reporting and testing and SilverLeo to know immediately which file needs to be included. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@991 726aef4b-f618-498e-8847-2d620e286838 --- String.h | 1 + 1 file changed, 1 insertion(+) diff --git a/String.h b/String.h index 2ed4b928..2e0e630c 100644 --- a/String.h +++ b/String.h @@ -13,6 +13,7 @@ #include #include #include +#include using std::map; using std::set;