From 8ce25257c38625c8fbcd6e491f27ddcb8427d19b Mon Sep 17 00:00:00 2001 From: hsc Date: Fri, 1 Feb 2013 13:57:42 +0000 Subject: [PATCH] bugfix: compile with libstdc++-4.7 git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2049 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/efw/JobClient.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/efw/JobClient.hpp b/src/core/efw/JobClient.hpp index c0c8b8b2..c5188bb4 100644 --- a/src/core/efw/JobClient.hpp +++ b/src/core/efw/JobClient.hpp @@ -6,6 +6,7 @@ #include #include #include +#include #include "comm/SocketComm.hpp" #include "comm/ExperimentData.hpp"