mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Merge pull request #25 from felixguendling/master
syslog_sink.h: add <array> include (gcc 4.7 compatibility)
This commit is contained in:
commit
3d4abbb25b
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user