vcpkg/ports/xeus/Fix-Compile-nlohmann-json.patch
thewhiteninja 953b957bbe
[nlohmann-json] Update to 3.9.0 (#12601)
* Update to 3.9.0

* Update ports/nlohmann-json/CONTROL

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>

* add a patch to fix the build and nlohmann-json checks.

Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-08-05 13:52:43 -07:00

13 lines
281 B
Diff

diff --git a/src/xmessage.cpp b/src/xmessage.cpp
index 0d6ad99..621d838 100644
--- a/src/xmessage.cpp
+++ b/src/xmessage.cpp
@@ -12,6 +12,7 @@
#include <sstream>
#include <string>
#include <utility>
+#include <ciso646>
#include "xeus/xguid.hpp"
#include "xeus/xmessage.hpp"