Code maintenance for Qt 5:

- Added some more includes needed by MinGW-w64 for GXS

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6874 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-10-23 09:23:32 +00:00
parent e80330e7c5
commit e6d67ebf5a
3 changed files with 5 additions and 1 deletions

View file

@ -23,6 +23,8 @@
*
*/
#include <time.h>
#include "rsgxsdataaccess.h"
// This bit will be filled out over time.

View file

@ -23,6 +23,8 @@
*
*/
#include <time.h>
#include "rsgxsutil.h"
#include "retroshare/rsgxsflags.h"
#include "pqi/pqihash.h"