mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
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:
parent
63be32ba4d
commit
ec072e53f4
15 changed files with 18 additions and 2 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <string>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(WIN32) || defined(__CYGWIN__)
|
||||
#include "wtypes.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace RsDirUtil {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue