From 2c1cc87150b5347680f64979a6c01f5a4e5cecb8 Mon Sep 17 00:00:00 2001 From: "Bastian M. Wojek" Date: Thu, 14 Jan 2010 21:02:15 +0000 Subject: [PATCH] Added a standard header to be able to fix a compilation error with a recent GNU compiler --- src/classes/PStartupHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/classes/PStartupHandler.cpp b/src/classes/PStartupHandler.cpp index a70edfb1..26462d6f 100644 --- a/src/classes/PStartupHandler.cpp +++ b/src/classes/PStartupHandler.cpp @@ -29,6 +29,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#include #include #include using namespace std;