Allows to compile eventslog_reader_sample.cpp in recent CentOS
This commit is contained in:
Родитель
49d3a6315a
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче