mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:47:11 +02:00
Fix for GCC warning. #import?
This commit is contained in:
parent
1876cd4f44
commit
2722cfa5ac
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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue