diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-01 10:44:29 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-01 10:44:29 -0800 |
| commit | 41a0eee5d10c31c7c3a157454d251dda10bd20fe (patch) | |
| tree | 2c1782f7f2bfb56bc12a1a189cf58d608a6c49c6 /toolsrc/include | |
| parent | 392a95a3c7aa9994a735275f1aacfdc6f3b45823 (diff) | |
| download | vcpkg-41a0eee5d10c31c7c3a157454d251dda10bd20fe.tar.gz vcpkg-41a0eee5d10c31c7c3a157454d251dda10bd20fe.zip | |
[vcpkg] Add missing include. Fixes #2700.
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/base/graphs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/base/graphs.h b/toolsrc/include/vcpkg/base/graphs.h index bd22bbcb0..1b0fa61c7 100644 --- a/toolsrc/include/vcpkg/base/graphs.h +++ b/toolsrc/include/vcpkg/base/graphs.h @@ -5,6 +5,7 @@ #include <vcpkg/base/checks.h> #include <vcpkg/base/span.h> +#include <vcpkg/base/system.h> namespace vcpkg::Graphs { |
