mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +02:00
Worklist Job #19499 Mac compile fix
This commit is contained in:
parent
e331dc529d
commit
e2b20d2475
2 changed files with 4 additions and 0 deletions
|
@ -3,11 +3,14 @@
|
|||
// hifi
|
||||
//
|
||||
// Created by Stephen Birarda on 1/2/2014.
|
||||
// Modified by Athanasios Gaitatzes to add WAVE file support.
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <QDataStream>
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtNetwork/QNetworkAccessManager>
|
||||
#include <QtNetwork/QNetworkRequest>
|
||||
#include <QtNetwork/QNetworkReply>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
// hifi
|
||||
//
|
||||
// Created by Stephen Birarda on 1/2/2014.
|
||||
// Modified by Athanasios Gaitatzes to add WAVE file support.
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
|
|
Loading…
Reference in a new issue