]> Devoid-pointer.net GitWeb - anyanka.git/commitdiff
Fixes for VC12 build
authorMichal Malý <madcatxster@devoid-pointer.net>
Mon, 9 Mar 2015 00:07:14 +0000 (01:07 +0100)
committerMichal Malý <madcatxster@devoid-pointer.net>
Mon, 9 Mar 2015 00:07:14 +0000 (01:07 +0100)
Anyanka.pro
signaldrawer.h

index 61e0af366bc7c18f985d2886349f56cdafde19a6..0b98519a57224421d12f9cf384ba40d3a19f920e 100644 (file)
@@ -16,6 +16,7 @@ unix {
 win32 {
         # Add project root directory to work around VC11 include path scheme
         INCLUDEPATH += "./"
+        INCLUDEPATH += "./libHPCS"
 }
 
 DEFINES += _HPCS_LITTLE_ENDIAN
index 5a2cd15bad20d1aeb293c7ec646843b8e679a6a9..ad7371306074b57ee62a5e9c1088d4fdc208c405 100644 (file)
@@ -30,6 +30,9 @@
 #include <QtGui/QFont>
 #include <QtGui/QPainter>
 #include <QtGui/QPixmap>
+#ifdef _MSC_VER
+#include <functional>
+#endif // _MSC_VER
 #include <memory>
 
 struct Constraints {