Merge pull request #25 from felixguendling/master

syslog_sink.h: add <array> include (gcc 4.7 compatibility)
pull/27/head
Gabi Melman 11 years ago
commit 3d4abbb25b

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

Loading…
Cancel
Save