Fix build failure on clang 7 with libc++

Unlike the GNU C++ STL, there's no implicit include for <array> in this
one, apparently.
pull/1270/head
Jan Kundrát 6 years ago
parent aa65dd8905
commit a03f9eb156

@ -7,6 +7,7 @@
#include "spdlog/details/null_mutex.h"
#include "spdlog/details/synchronous_factory.h"
#include <array>
#include <systemd/sd-journal.h>
namespace spdlog {

Loading…
Cancel
Save