Merge pull request #1270 from jktjkt/fix-clang7-libc++

Fix build failure on clang 7 with libc++
pull/1275/head
Gabi Melman 6 years ago committed by GitHub
commit f3369677ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save