Added include to qt5cpp to fix library compile

While creating a static library from the generated files, compilation issues arose due to QDateTime only being forward declared. Adding the include resolves the issue.
This commit is contained in:
Antoine Kurukchi 2017-02-22 09:53:43 +00:00
parent 371a021ef5
commit 471598359a

View File

@ -5,6 +5,7 @@
#include <QDebug>
#include <QJsonArray>
#include <QJsonValue>
#include <QDateTime>
namespace Swagger {