mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[vcpkg] Hotfix for non-Windows. Don't include <VersionHelpers.h>
This commit is contained in:
parent
617be1b01d
commit
1296b14f5a
@ -4,7 +4,9 @@
|
||||
#include <vcpkg/base/util.h>
|
||||
#include <vcpkg/commands.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <VersionHelpers.h>
|
||||
#endif
|
||||
|
||||
namespace vcpkg::Downloads
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user