From: Michal MalĂ˝ Date: Mon, 9 Mar 2015 00:07:14 +0000 (+0100) Subject: Fixes for VC12 build X-Git-Tag: 0.4a~3 X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=312f7755187b9f6c458e3bed72f8e905d9233987;p=anyanka.git Fixes for VC12 build --- diff --git a/Anyanka.pro b/Anyanka.pro index 61e0af3..0b98519 100644 --- a/Anyanka.pro +++ b/Anyanka.pro @@ -16,6 +16,7 @@ unix { win32 { # Add project root directory to work around VC11 include path scheme INCLUDEPATH += "./" + INCLUDEPATH += "./libHPCS" } DEFINES += _HPCS_LITTLE_ENDIAN diff --git a/signaldrawer.h b/signaldrawer.h index 5a2cd15..ad73713 100644 --- a/signaldrawer.h +++ b/signaldrawer.h @@ -30,6 +30,9 @@ #include #include #include +#ifdef _MSC_VER +#include +#endif // _MSC_VER #include struct Constraints {