From d2bd749b4fb401f5a1fdb3070ff1391020aea44f Mon Sep 17 00:00:00 2001 From: DjWarmonger Date: Sun, 4 Sep 2016 13:30:11 +0200 Subject: [PATCH] MSVS project fixes. --- launcher/VCMI_launcher.vcxproj | 2 +- launcher/sdldisplayquery.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/launcher/VCMI_launcher.vcxproj b/launcher/VCMI_launcher.vcxproj index 05f1cf36a..6654458b1 100644 --- a/launcher/VCMI_launcher.vcxproj +++ b/launcher/VCMI_launcher.vcxproj @@ -77,7 +77,7 @@ %(PreprocessorDefinitions) - VCMI_lib.lib;Qt5Core.lib;Qt5Gui.lib;Qt5Widgets.lib;Qt5Network.lib;%(AdditionalDependencies) + VCMI_lib.lib;Qt5Core.lib;Qt5Gui.lib;Qt5Widgets.lib;Qt5Network.lib;SDL2.lib;%(AdditionalDependencies) ..\..\libs;.. diff --git a/launcher/sdldisplayquery.cpp b/launcher/sdldisplayquery.cpp index aaaf24bb1..64cfc538d 100644 --- a/launcher/sdldisplayquery.cpp +++ b/launcher/sdldisplayquery.cpp @@ -1,3 +1,4 @@ +#include "StdInc.h" #include "sdldisplayquery.h" #include