mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-11 23:49:38 -05:00
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:
parent
180c5ad542
commit
02c6d70e30
@ -30,7 +30,7 @@ class RsStatusInterface;
|
||||
|
||||
extern RsStatusInterface *rsStatusInterface;
|
||||
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include <inttypes.h>
|
||||
|
||||
const uint32_t RS_STATUS_OFFLINE = 0x0001;
|
||||
|
Loading…
Reference in New Issue
Block a user