[vcpkg] Hotfix for non-Windows. Don't include <VersionHelpers.h>

This commit is contained in:
Robert Schumacher 2018-06-26 03:42:44 -07:00
parent 617be1b01d
commit 1296b14f5a

View File

@ -4,7 +4,9 @@
#include <vcpkg/base/util.h>
#include <vcpkg/commands.h>
#if defined(_WIN32)
#include <VersionHelpers.h>
#endif
namespace vcpkg::Downloads
{