Allows to compile eventslog_reader_sample.cpp in recent CentOS

pull/830/head
René Cannaò 9 years ago
parent 49d3a6315a
commit 28d9cbd893

@ -2,6 +2,9 @@
#include <fstream>
#include <string>
#include <stdlib.h>
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS
#endif /* __STDC_LIMIT_MACROS */
#include <stdint.h>
#include <string.h>
using namespace std;

Loading…
Cancel
Save