mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Fixed missing time.h includes
This commit is contained in:
parent
ca281e4bb8
commit
529ab64ae3
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
#include <sstream>
|
||||
#include <time.h>
|
||||
#include "util/rsdir.h"
|
||||
#include "util/rsprint.h"
|
||||
#include "retroshare/rsexpr.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
*
|
||||
*/
|
||||
#include <set>
|
||||
#include <time.h>
|
||||
#include "serialiser/rstlvbinary.h"
|
||||
#include "retroshare/rspeers.h"
|
||||
#include "util/rsdir.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue