Merge pull request #25 from felixguendling/master

syslog_sink.h: add <array> include (gcc 4.7 compatibility)
This commit is contained in:
Gabi Melman 2014-12-24 18:16:38 +02:00
commit 3d4abbb25b
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#ifdef __linux__
#include <array>
#include <string>
#include <syslog.h>