Changed include from <string.h> to <string>

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@523 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
vinnyx 2008-04-26 06:30:40 +00:00
parent 180c5ad542
commit 02c6d70e30

View File

@ -30,7 +30,7 @@ class RsStatusInterface;
extern RsStatusInterface *rsStatusInterface;
#include <string.h>
#include <string>
#include <inttypes.h>
const uint32_t RS_STATUS_OFFLINE = 0x0001;