diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-03-09 09:19:05 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2020-03-09 09:19:05 -0700 |
| commit | 6b55c62144b120f3c5fc0d3cd8163f309241a18a (patch) | |
| tree | 125aa435dff79db545fc4b08ab0c3cb537bc725c /ports/spdlog/fix-include.patch | |
| parent | e21400c7cae2c2df3a9dce6ef8e3c4bf7109aaac (diff) | |
| parent | d0b1f2a9e8ed1ea53d181d13c69e15cf775148db (diff) | |
| download | vcpkg-6b55c62144b120f3c5fc0d3cd8163f309241a18a.tar.gz vcpkg-6b55c62144b120f3c5fc0d3cd8163f309241a18a.zip | |
Merge remote-tracking branch 'origin/master' into HEAD
Diffstat (limited to 'ports/spdlog/fix-include.patch')
| -rw-r--r-- | ports/spdlog/fix-include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/spdlog/fix-include.patch b/ports/spdlog/fix-include.patch new file mode 100644 index 000000000..7f5539201 --- /dev/null +++ b/ports/spdlog/fix-include.patch @@ -0,0 +1,12 @@ +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 |
