Use brackets to include spdlog in srcs

This commit is contained in:
gabime
2020-03-06 15:51:07 +02:00
parent 06d0299639
commit 54be9bd8b9
7 changed files with 30 additions and 28 deletions

View File

@@ -7,7 +7,7 @@
// All rights reserved.
#if !defined(SPDLOG_FMT_EXTERNAL)
#include "spdlog/fmt/bundled/format-inl.h"
#include <spdlog/fmt/bundled/format-inl.h>
FMT_BEGIN_NAMESPACE
namespace internal {