Commit 3d4abbb2 authored by Gabi Melman's avatar Gabi Melman

Merge pull request #25 from felixguendling/master

syslog_sink.h: add <array> include (gcc 4.7 compatibility)
parents f404febc 7fd91e55
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#ifdef __linux__ #ifdef __linux__
#include <array>
#include <string> #include <string>
#include <syslog.h> #include <syslog.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment