mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
libresapi fix compile error on windows due to time_t usage
This commit is contained in:
parent
ddf3164545
commit
72d8364370
3 changed files with 7 additions and 6 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "StateTokenServer.h"
|
||||
#include <retroshare/rsnotify.h>
|
||||
#include <retroshare/rsmsgs.h>
|
||||
#include "util/rstime.h"
|
||||
|
||||
class RsPeers;
|
||||
class RsIdentity;
|
||||
|
@ -117,7 +118,7 @@ public:
|
|||
class LobbyParticipantsInfo{
|
||||
public:
|
||||
StateToken state_token;
|
||||
std::map<RsGxsId, time_t> participants;
|
||||
std::map<RsGxsId, rstime_t> participants;
|
||||
};
|
||||
|
||||
class ChatInfo{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue