Fix Windows Compilation

This commit is contained in:
Phenom 2017-05-04 11:31:36 +02:00
parent cac335e7f6
commit d31b80c13a
4 changed files with 9 additions and 0 deletions

View file

@ -37,6 +37,8 @@
#include <map>
#include <vector>
#include <iostream>
#include <typeinfo>
/***
* #define RSSERIAL_DEBUG 1

View file

@ -30,6 +30,9 @@
#include "util/rsprint.h"
#include <iomanip>
#include <typeinfo>
#include <time.h>
static const uint32_t MAX_SERIALIZED_ARRAY_SIZE = 500 ;
static const uint32_t MAX_SERIALIZED_CHUNK_SIZE = 10*1024*1024 ; // 10 MB.