aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-01 10:44:29 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-01 10:44:29 -0800
commit41a0eee5d10c31c7c3a157454d251dda10bd20fe (patch)
tree2c1782f7f2bfb56bc12a1a189cf58d608a6c49c6 /toolsrc/include
parent392a95a3c7aa9994a735275f1aacfdc6f3b45823 (diff)
downloadvcpkg-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.h1
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
{