Added missing includes for Windows compile.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8051 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-03-19 10:09:35 +00:00
parent 2335290a56
commit f82f86387b
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "IdentityHandler.h" #include "IdentityHandler.h"
#include <retroshare/rsidentity.h> #include <retroshare/rsidentity.h>
#include <time.h>
#include "Operators.h" #include "Operators.h"
#include "ApiTypes.h" #include "ApiTypes.h"

View File

@ -1,6 +1,7 @@
#include "TransfersHandler.h" #include "TransfersHandler.h"
#include "Operators.h" #include "Operators.h"
#include <algorithm> #include <algorithm>
#include <time.h>
namespace resource_api namespace resource_api
{ {