mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 15:35:30 +02:00
fix CR feedback
This commit is contained in:
parent
ffd277d4d5
commit
6bd1e59305
2 changed files with 5 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include <QScriptEngine>
|
||||
#include <QScriptValue>
|
||||
#include <QtScript/QScriptEngine>
|
||||
#include <QtScript/QScriptValue>
|
||||
|
||||
#include <RegisteredMetaTypes.h>
|
||||
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
#ifndef hifi_controllers_Pose_h
|
||||
#define hifi_controllers_Pose_h
|
||||
|
||||
#include <QScriptValue>
|
||||
class QScriptEngine;
|
||||
class QScriptValue;
|
||||
|
||||
#include <GLMHelpers.h>
|
||||
|
||||
namespace controller {
|
||||
|
|
Loading…
Reference in a new issue