mirror of https://github.com/CGAL/cgal
Move the include of QJsonArray hoping it won't get suppressed fron integration this time
This commit is contained in:
parent
b8458399f9
commit
d949683ff8
|
|
@ -8,6 +8,7 @@
|
|||
#include <CGAL/Three/exceptions.h>
|
||||
#include <CGAL/Qt/debug.h>
|
||||
|
||||
#include <QJsonArray>
|
||||
#include <QtDebug>
|
||||
#include <QFileDialog>
|
||||
#include <QFileInfo>
|
||||
|
|
@ -39,7 +40,7 @@
|
|||
#include <stdexcept>
|
||||
#include <QTime>
|
||||
#include <QWidgetAction>
|
||||
#include <QJsonArray>
|
||||
|
||||
#ifdef QT_SCRIPT_LIB
|
||||
# include <QScriptValue>
|
||||
# ifdef QT_SCRIPTTOOLS_LIB
|
||||
|
|
|
|||
Loading…
Reference in New Issue