Fixed error: sys/sysmacros.h No such file or directory on Windows.
--HG-- branch : develop
This commit is contained in:
parent
67614bcd0b
commit
83df3f46b7
|
@ -29,8 +29,11 @@
|
||||||
#ifndef VABSTRACTCONVERTER_H
|
#ifndef VABSTRACTCONVERTER_H
|
||||||
#define VABSTRACTCONVERTER_H
|
#define VABSTRACTCONVERTER_H
|
||||||
|
|
||||||
#include <qcompilerdetection.h>
|
#if defined(__GNUC__) && !defined(__APPLE__) && !defined(WIN32)
|
||||||
#include <sys/sysmacros.h>
|
#include <sys/sysmacros.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <qcompilerdetection.h>
|
||||||
#include <QCoreApplication>
|
#include <QCoreApplication>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user