mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 08:23:04 +02:00
use different include style for QHostInfo
This commit is contained in:
parent
e976942515
commit
9e1da64895
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <qhostinfo.h>
|
#include <QtNetwork/QHostInfo>
|
||||||
|
|
||||||
class HifiSockAddr : public QObject {
|
class HifiSockAddr : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue