include/spdlog/sinks/syslog_sink.h: add missing <array> include (gcc 4.7 complains)
This commit is contained in:
parent
f404febc2c
commit
7fd91e5512
@ -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