fix unix build

This commit is contained in:
ZappoMan 2014-11-13 09:48:15 -08:00
parent 8ad3ce7daf
commit 3e521e089b
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
#include <QDebug> #include <QDebug>
#include <QObject> #include <QObject>
#include <QJSonDocument> #include <QtCore/QJsonDocument>
#include <ByteCountCoding.h> #include <ByteCountCoding.h>
#include <GLMHelpers.h> #include <GLMHelpers.h>

View file

@ -9,7 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
#include <QJsonDocument> #include <QtCore/QJsonDocument>
#include <ByteCountCoding.h> #include <ByteCountCoding.h>
#include <GLMHelpers.h> #include <GLMHelpers.h>