add include complying to gcc 4.4

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1217 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-05-11 14:30:53 +00:00
parent 63be32ba4d
commit ec072e53f4
15 changed files with 18 additions and 2 deletions

View file

@ -33,6 +33,7 @@
#include <string>
#include <iostream>
#include <algorithm>
#include <stdio.h>
#if defined(WIN32) || defined(__CYGWIN__)
#include "wtypes.h"

View file

@ -30,6 +30,7 @@
#include <string>
#include <list>
#include <stdint.h>
namespace RsDirUtil {