From 41a0eee5d10c31c7c3a157454d251dda10bd20fe Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Thu, 1 Feb 2018 10:44:29 -0800 Subject: [vcpkg] Add missing include. Fixes #2700. --- toolsrc/include/vcpkg/base/graphs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'toolsrc/include') 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 #include +#include namespace vcpkg::Graphs { -- cgit v1.2.3