mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 09:27:09 -05:00
Merge pull request #797 from PhenomRetroShare/Fix_WindowsCompilation
Fix Windows Compilation
This commit is contained in:
commit
00c80b1c1e
@ -4,6 +4,8 @@
|
|||||||
#include "retroshare/rstypes.h"
|
#include "retroshare/rstypes.h"
|
||||||
#include "serialiser/rsserializer.h"
|
#include "serialiser/rsserializer.h"
|
||||||
|
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
class RsItem: public RsMemoryManagement::SmallObject
|
class RsItem: public RsMemoryManagement::SmallObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -37,6 +37,8 @@
|
|||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* #define RSSERIAL_DEBUG 1
|
* #define RSSERIAL_DEBUG 1
|
||||||
|
@ -30,6 +30,9 @@
|
|||||||
#include "util/rsprint.h"
|
#include "util/rsprint.h"
|
||||||
|
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
#include <typeinfo>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
|
|
||||||
static const uint32_t MAX_SERIALIZED_ARRAY_SIZE = 500 ;
|
static const uint32_t MAX_SERIALIZED_ARRAY_SIZE = 500 ;
|
||||||
static const uint32_t MAX_SERIALIZED_CHUNK_SIZE = 10*1024*1024 ; // 10 MB.
|
static const uint32_t MAX_SERIALIZED_CHUNK_SIZE = 10*1024*1024 ; // 10 MB.
|
||||||
|
@ -27,6 +27,8 @@
|
|||||||
#include "rsitems/rsposteditems.h"
|
#include "rsitems/rsposteditems.h"
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
|
|
||||||
/****
|
/****
|
||||||
* #define POSTED_DEBUG 1
|
* #define POSTED_DEBUG 1
|
||||||
|
Loading…
Reference in New Issue
Block a user