Commit 7fd91e55 authored by Felix Gündling's avatar Felix Gündling

include/spdlog/sinks/syslog_sink.h: add missing <array> include (gcc 4.7 complains)

parent f404febc
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#ifdef __linux__ #ifdef __linux__
#include <array>
#include <string> #include <string>
#include <syslog.h> #include <syslog.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment