mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 10:29:01 +08:00
705764c635
* [fmt] Update to 6.1.2 * [spdlog] add patch to fix include missing * [fmt] check if file exists before file(RENAME ...) * [spdlog] bump version to 1.4.2-2 * [fmt][spdlog] Fix version number
13 lines
293 B
Diff
13 lines
293 B
Diff
diff --git a/include/spdlog/common.h b/include/spdlog/common.h
|
|
index e1108a0a..b4faf26e 100644
|
|
--- a/include/spdlog/common.h
|
|
+++ b/include/spdlog/common.h
|
|
@@ -14,6 +14,7 @@
|
|
#include <string>
|
|
#include <type_traits>
|
|
#include <functional>
|
|
+#include <cassert>
|
|
|
|
#ifdef _WIN32
|
|
#ifndef NOMINMAX
|