added missing include for <string>

This commit is contained in:
maroy 2005-01-10 09:24:27 +00:00
parent bc9a68f426
commit bd36de8bd4
1 changed files with 7 additions and 4 deletions

View File

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: fgerlits $ Author : $Author: maroy $
Version : $Revision: 1.2 $ Version : $Revision: 1.3 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/SessionId.h,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/SessionId.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -40,6 +40,9 @@
#include "configure.h" #include "configure.h"
#endif #endif
#include <string>
namespace LiveSupport { namespace LiveSupport {
namespace Core { namespace Core {
@ -54,8 +57,8 @@ namespace Core {
/** /**
* A class representing session identifiers. * A class representing session identifiers.
* *
* @author $Author: fgerlits $ * @author $Author: maroy $
* @version $Revision: 1.2 $ * @version $Revision: 1.3 $
*/ */
class SessionId class SessionId
{ {