mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 07:20:25 +08:00
953b957bbe
* 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>
13 lines
281 B
Diff
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"
|