mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:17:58 +02:00
Merge pull request #778 from ey6es/master
Fix for GCC warning. Someone in Java mode?
This commit is contained in:
commit
c5e673a1e7
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
||||||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <QtScript/QScriptEngine>
|
#include <QtScript/QScriptEngine>
|
||||||
#import <QtNetwork/QtNetwork>
|
#include <QtNetwork/QtNetwork>
|
||||||
|
|
||||||
#include <NodeList.h>
|
#include <NodeList.h>
|
||||||
|
|
||||||
|
@ -85,4 +85,4 @@ void Agent::run(QUrl scriptURL) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue