Allows to compile eventslog_reader_sample.cpp in recent CentOS

This commit is contained in:
René Cannaò 2016-11-30 23:07:33 +00:00
Родитель 49d3a6315a
Коммит 28d9cbd893
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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;