diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-15 17:53:23 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-15 17:53:23 -0800 |
| commit | b88c51bb7eada62c86ecc0aeed49e4fb7e9f754d (patch) | |
| tree | 74a3faa126b245105a628a5d2b10eb7e8f319ded | |
| parent | 8a724376746f9550b175a87f0b57c6e6e2d37c5f (diff) | |
| download | vcpkg-b88c51bb7eada62c86ecc0aeed49e4fb7e9f754d.tar.gz vcpkg-b88c51bb7eada62c86ecc0aeed49e4fb7e9f754d.zip | |
[expected.h] Add missing #include
| -rw-r--r-- | toolsrc/include/expected.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/expected.h b/toolsrc/include/expected.h index affabcc02..cbb513b22 100644 --- a/toolsrc/include/expected.h +++ b/toolsrc/include/expected.h @@ -1,5 +1,6 @@ #pragma once +#include <system_error> #include "vcpkg_Checks.h" namespace vcpkg |
