diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-25 16:03:57 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-08-25 16:03:57 -0700 |
| commit | 98ee8a949ad4bfdfa9bf0411b552a23c923eaff7 (patch) | |
| tree | 84ffd2ba562550286e5327ccb8946076942f0934 /toolsrc/include/pch.h | |
| parent | 34bd87c9fcfb1ac9269c75db96852b64ed754d11 (diff) | |
| download | vcpkg-98ee8a949ad4bfdfa9bf0411b552a23c923eaff7.tar.gz vcpkg-98ee8a949ad4bfdfa9bf0411b552a23c923eaff7.zip | |
[vcpkg] Trap Ctrl-C, enable thread safety for global data structures
Diffstat (limited to 'toolsrc/include/pch.h')
| -rw-r--r-- | toolsrc/include/pch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/pch.h b/toolsrc/include/pch.h index 406d0741e..770bcf07a 100644 --- a/toolsrc/include/pch.h +++ b/toolsrc/include/pch.h @@ -7,6 +7,7 @@ #include <algorithm> #include <array> +#include <atomic> #include <cassert> #include <cctype> #include <chrono> @@ -22,6 +23,7 @@ #include <iterator> #include <map> #include <memory> +#include <mutex> #include <process.h> #include <regex> #include <set> |
