Fix build on MSVC.
--HG-- branch : develop
This commit is contained in:
parent
525a8b0dc2
commit
f64f511287
|
@ -66,6 +66,10 @@
|
|||
#include <QFileInfo>
|
||||
#include <QtConcurrentMap>
|
||||
|
||||
#ifdef Q_CC_MSVC
|
||||
#include <functional>
|
||||
#endif /* Q_CC_MSVC */
|
||||
|
||||
const QString VPattern::AttrReadOnly = QStringLiteral("readOnly");
|
||||
|
||||
namespace
|
||||
|
|
Loading…
Reference in New Issue
Block a user