forked from msys2/MINGW-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This required for binary compatibility since dependency `fmt` package updated. The patch `001-spdlog-1.4.2-include-cassert.patch` required to fix gabime/spdlog#1340.
- Loading branch information
Showing
2 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
diff --git a/include/spdlog/details/pattern_formatter-inl.h b/include/spdlog/details/pattern_formatter-inl.h | ||
index 1b95eb6d..ac6e7f71 100644 | ||
--- a/include/spdlog/details/pattern_formatter-inl.h | ||
+++ b/include/spdlog/details/pattern_formatter-inl.h | ||
@@ -18,6 +18,7 @@ | ||
#include <ctime> | ||
#include <cctype> | ||
#include <cstring> | ||
+#include <cassert> | ||
#include <memory> | ||
#include <mutex> | ||
#include <string> | ||
diff --git a/include/spdlog/details/thread_pool-inl.h b/include/spdlog/details/thread_pool-inl.h | ||
index 77d0b1fb..c7731496 100644 | ||
--- a/include/spdlog/details/thread_pool-inl.h | ||
+++ b/include/spdlog/details/thread_pool-inl.h | ||
@@ -9,6 +9,8 @@ | ||
|
||
#include "spdlog/common.h" | ||
|
||
+#include <cassert> | ||
+ | ||
namespace spdlog { | ||
namespace details { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters