summaryrefslogtreecommitdiff
path: root/devel/spdlog/files/patch-include_spdlog_pattern__formatter-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/spdlog/files/patch-include_spdlog_pattern__formatter-inl.h')
-rw-r--r--devel/spdlog/files/patch-include_spdlog_pattern__formatter-inl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/spdlog/files/patch-include_spdlog_pattern__formatter-inl.h b/devel/spdlog/files/patch-include_spdlog_pattern__formatter-inl.h
new file mode 100644
index 000000000000..b3bf1c354e8e
--- /dev/null
+++ b/devel/spdlog/files/patch-include_spdlog_pattern__formatter-inl.h
@@ -0,0 +1,10 @@
+--- include/spdlog/pattern_formatter-inl.h.orig 2020-05-17 07:10:09 UTC
++++ include/spdlog/pattern_formatter-inl.h
+@@ -14,6 +14,7 @@
+ #include <spdlog/formatter.h>
+
+ #include <array>
++#include <cassert>
+ #include <chrono>
+ #include <ctime>
+ #include <cctype>