mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
bfc0f48833
* [many ports] Update to the latest version * [xeus] Fix static build * [usd] Revert change * [xeus] Fix build error * [sqlpp11] Update latest version * [libyaml] Fix build error on Linux * [sqlpp11] Fix build error
13 lines
256 B
Diff
13 lines
256 B
Diff
diff --git a/src/xmessage.cpp b/src/xmessage.cpp
|
|
index 1ab9544..5a14ba0 100644
|
|
--- a/src/xmessage.cpp
|
|
+++ b/src/xmessage.cpp
|
|
@@ -13,6 +13,7 @@
|
|
#include <sstream>
|
|
#include <string>
|
|
#include <utility>
|
|
+#include <ciso646>
|
|
|
|
#include "nlohmann/json.hpp"
|
|
|