mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-22 04:39:55 -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
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
#include <stdio.h>
|
||||
#include <openssl/sha.h>
|
||||
|
||||
#include "pqi/p3dhtmgr.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "pqi/pqi_base.h"
|
||||
#include "pqi/pqihash.h"
|
||||
#include <stdio.h>
|
||||
|
||||
class BinFileInterface: public BinInterface
|
||||
{
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "util/rsdebug.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <stdio.h>
|
||||
|
||||
const int pqipersongrpzone = 354;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue