mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 01:10:26 +08:00
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__
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
#include <syslog.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user