mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Fix build failure on clang 7 with libc++
Unlike the GNU C++ STL, there's no implicit include for <array> in this one, apparently.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user