From bd36de8bd492eff329cb4b1db049b15da05a90a1 Mon Sep 17 00:00:00 2001 From: maroy Date: Mon, 10 Jan 2005 09:24:27 +0000 Subject: [PATCH] added missing include for --- .../modules/core/include/LiveSupport/Core/SessionId.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/livesupport/modules/core/include/LiveSupport/Core/SessionId.h b/livesupport/modules/core/include/LiveSupport/Core/SessionId.h index 093d67871..26ceb31be 100644 --- a/livesupport/modules/core/include/LiveSupport/Core/SessionId.h +++ b/livesupport/modules/core/include/LiveSupport/Core/SessionId.h @@ -21,8 +21,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Author : $Author: fgerlits $ - Version : $Revision: 1.2 $ + Author : $Author: maroy $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/SessionId.h,v $ ------------------------------------------------------------------------------*/ @@ -40,6 +40,9 @@ #include "configure.h" #endif +#include + + namespace LiveSupport { namespace Core { @@ -54,8 +57,8 @@ namespace Core { /** * A class representing session identifiers. * - * @author $Author: fgerlits $ - * @version $Revision: 1.2 $ + * @author $Author: maroy $ + * @version $Revision: 1.3 $ */ class SessionId {