Commit a03f9eb1 authored by Jan Kundrát's avatar Jan Kundrát

Fix build failure on clang 7 with libc++

Unlike the GNU C++ STL, there's no implicit include for <array> in this
one, apparently.
parent aa65dd89
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "spdlog/details/null_mutex.h" #include "spdlog/details/null_mutex.h"
#include "spdlog/details/synchronous_factory.h" #include "spdlog/details/synchronous_factory.h"
#include <array>
#include <systemd/sd-journal.h> #include <systemd/sd-journal.h>
namespace spdlog { namespace spdlog {
......
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