Code maintenance for Qt 5:

- Added some more includes needed by MinGW-w64

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6860 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-10-21 11:00:49 +00:00
parent 3a72b27632
commit 9095e9bd75
31 changed files with 44 additions and 3 deletions

View file

@ -32,6 +32,7 @@ static const int kInitStreamTable = 5;
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "udp/udpstack.h"
#include "tcpstream.h"

View file

@ -25,6 +25,7 @@
#include "udprelay.h"
#include <iostream>
#include <time.h>
/*
* #define DEBUG_UDP_RELAY 1

View file

@ -25,6 +25,7 @@
#include "tcponudp/udpstunner.h"
#include <iostream>
#include <time.h>
#include "util/rsrandom.h"
#include "util/rsprint.h"