From 176a4e13355f99b5f950974fc32bdf0b05ca317d Mon Sep 17 00:00:00 2001 From: darkstar Date: Sun, 25 Feb 2018 22:32:13 +0100 Subject: [PATCH] MSVC: Add the missing include directories --- src/win/msvc15/global.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/msvc15/global.props b/src/win/msvc15/global.props index 2a47866..653cbde 100644 --- a/src/win/msvc15/global.props +++ b/src/win/msvc15/global.props @@ -3,7 +3,7 @@ - $(IncludePath) + $(ProjectDir)\..\mingw\include;$(ProjectDir)\..\mingw\include\pcap;$(IncludePath)