mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:32:48 +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
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <QtCore/QDataStream>
|
#include <qdatastream.h>
|
||||||
#include <QtNetwork/QHostInfo>
|
#include <qhostinfo.h>
|
||||||
#include <QtNetwork/QNetworkInterface>
|
#include <qnetworkinterface.h>
|
||||||
|
|
||||||
#include "HifiSockAddr.h"
|
#include "HifiSockAddr.h"
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <qhostaddress.h>
|
|
||||||
#include <qhostinfo.h>
|
#include <qhostinfo.h>
|
||||||
|
|
||||||
class HifiSockAddr : public QObject {
|
class HifiSockAddr : public QObject {
|
||||||
|
|
Loading…
Reference in a new issue