Fix build on MSVC.
--HG-- branch : develop
This commit is contained in:
parent
9763aaa59d
commit
cacca07c13
|
@ -33,6 +33,10 @@
|
|||
#include <QSharedPointer>
|
||||
#include <QDomDocument>
|
||||
|
||||
#ifdef Q_CC_MSVC
|
||||
#include <ciso646>
|
||||
#endif /* Q_CC_MSVC */
|
||||
|
||||
class TST_AbstractTranslation : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in New Issue
Block a user