From b4c680e664eabe48bb47aed8038857e480b740e4 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 1 Aug 2019 14:03:51 +0300 Subject: [PATCH] Fix build. 'std::function' is defined in header ''; did you forget to '#include '? --HG-- branch : develop --- src/app/valentina/xml/vpattern.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/valentina/xml/vpattern.cpp b/src/app/valentina/xml/vpattern.cpp index e199c0659..808c2b268 100644 --- a/src/app/valentina/xml/vpattern.cpp +++ b/src/app/valentina/xml/vpattern.cpp @@ -68,10 +68,7 @@ #include #include #include - -#ifdef Q_CC_MSVC - #include -#endif /* Q_CC_MSVC */ +#include const QString VPattern::AttrReadOnly = QStringLiteral("readOnly"); const QString VPattern::AttrLabelPrefix = QStringLiteral("labelPrefix");