From b6cd5b86e1149bee4061d2dbb68ac979cf4805cc Mon Sep 17 00:00:00 2001 From: psychon Date: Mon, 20 Aug 2007 07:44:15 +0000 Subject: [PATCH] Add missing #includes for GCC 4.3 (Debian bug #417793) git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@833 726aef4b-f618-498e-8847-2d620e286838 --- FileUtils.h | 1 + String.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/FileUtils.h b/FileUtils.h index d78538d2..35ccba2d 100644 --- a/FileUtils.h +++ b/FileUtils.h @@ -11,6 +11,7 @@ #include #include #include +#include #include #include "main.h" diff --git a/String.h b/String.h index 0d6cd99e..0696f53e 100644 --- a/String.h +++ b/String.h @@ -7,6 +7,8 @@ #include #endif +#include + #include #include #include