aboutsummaryrefslogtreecommitdiff
path: root/ports/folly/missing-include-atomic.patch
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-05-16 18:33:32 -0700
committerGitHub <noreply@github.com>2019-05-16 18:33:32 -0700
commit9d473a69545ac648b9ea2067c007b57dfad7462b (patch)
treeb22899ab0422bed99fd9c39e9d119a65aafe7325 /ports/folly/missing-include-atomic.patch
parent208bb8eefcc13ab7aa6122b91f38ffec0b378e13 (diff)
downloadvcpkg-9d473a69545ac648b9ea2067c007b57dfad7462b.tar.gz
vcpkg-9d473a69545ac648b9ea2067c007b57dfad7462b.zip
[boost] Update to 1.70.0 (#6141)
* [boost] Update to 1.70.0 * [boost-build] Update to 1.70.0 * [folly][freeopcua][libtorrent][websocketpp] Upgrades/patches to handle boost 1.70 * [boost-variant] Revert to 1.69 due to regression [fizz][folly] Update and fix for boost 1.70 [libsodium] Use CMake buildsystem replacement to enable non-Windows * [wangle] Update. [folly] Avoid linking debug libs in release. * [pcl] Fix compatibility with boost 1.70 * [fizz] Handle merge regression * [arrow] Modernize and fix cmake targets * [boost-type-traits] Update patches for arm64-windows * [boost-locale] Add boost-system and boost-thread as arm64 dependencies * [ompl] Add missing boost-timer dependency
Diffstat (limited to 'ports/folly/missing-include-atomic.patch')
-rw-r--r--ports/folly/missing-include-atomic.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/folly/missing-include-atomic.patch b/ports/folly/missing-include-atomic.patch
new file mode 100644
index 000000000..54c1a4817
--- /dev/null
+++ b/ports/folly/missing-include-atomic.patch
@@ -0,0 +1,12 @@
+diff --git a/folly/portability/PThread.cpp b/folly/portability/PThread.cpp
+index 2891c4c..7c98975 100644
+--- a/folly/portability/PThread.cpp
++++ b/folly/portability/PThread.cpp
+@@ -28,6 +28,7 @@
+ #include <mutex>
+ #include <shared_mutex>
+ #include <thread>
++#include <atomic>
+
+ #include <folly/lang/Assume.h>
+ #include <folly/portability/Windows.h>