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
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 <string>
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
{