diff --git a/libretro-common/vfs/vfs_implementation_uwp.cpp b/libretro-common/vfs/vfs_implementation_uwp.cpp index 6ed1da1cc8..f0acba472e 100644 --- a/libretro-common/vfs/vfs_implementation_uwp.cpp +++ b/libretro-common/vfs/vfs_implementation_uwp.cpp @@ -20,6 +20,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include + #include #include #include diff --git a/pkg/msvc-uwp/RetroArch-msvc2017-UWP/RetroArch-msvc2017-UWP.vcxproj b/pkg/msvc-uwp/RetroArch-msvc2017-UWP/RetroArch-msvc2017-UWP.vcxproj index 839b2bb69c..8da7520bac 100644 --- a/pkg/msvc-uwp/RetroArch-msvc2017-UWP/RetroArch-msvc2017-UWP.vcxproj +++ b/pkg/msvc-uwp/RetroArch-msvc2017-UWP/RetroArch-msvc2017-UWP.vcxproj @@ -283,7 +283,14 @@ - + + VFS_FRONTEND;%(PreprocessorDefinitions) + VFS_FRONTEND;%(PreprocessorDefinitions) + VFS_FRONTEND;%(PreprocessorDefinitions) + VFS_FRONTEND;%(PreprocessorDefinitions) + VFS_FRONTEND;%(PreprocessorDefinitions) + VFS_FRONTEND;%(PreprocessorDefinitions) + @@ -334,4 +341,4 @@ - + \ No newline at end of file