Skip to content

Commit

Permalink
Compile eventslog_reader_sample on CentOS #964
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Mar 23, 2017
1 parent f70037c commit bbe2227
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/eventslog_reader_sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include <fstream>
#include <string>
#include <stdlib.h>
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS
#endif
#include <stdint.h>
#include <string.h>
using namespace std;
Expand Down

0 comments on commit bbe2227

Please sign in to comment.