[vcpkg] Add missing include. Fixes #2700.

This commit is contained in:
Robert Schumacher 2018-02-01 10:44:29 -08:00
parent 392a95a3c7
commit 41a0eee5d1

View File

@ -5,6 +5,7 @@
#include <vcpkg/base/checks.h>
#include <vcpkg/base/span.h>
#include <vcpkg/base/system.h>
namespace vcpkg::Graphs
{