mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
fix includes for HifiSockAddr
This commit is contained in:
parent
2746733687
commit
e976942515
2 changed files with 3 additions and 4 deletions
|
@ -9,9 +9,9 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include <QtCore/QDataStream>
|
||||
#include <QtNetwork/QHostInfo>
|
||||
#include <QtNetwork/QNetworkInterface>
|
||||
#include <qdatastream.h>
|
||||
#include <qhostinfo.h>
|
||||
#include <qnetworkinterface.h>
|
||||
|
||||
#include "HifiSockAddr.h"
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#include <qhostaddress.h>
|
||||
#include <qhostinfo.h>
|
||||
|
||||
class HifiSockAddr : public QObject {
|
||||
|
|
Loading…
Reference in a new issue