mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:24:22 +02:00
fix network includes in LimitedNodeList
This commit is contained in:
parent
948615afe5
commit
51bc5d10b5
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
#include <qreadwritelock.h>
|
||||
#include <qset.h>
|
||||
#include <qsharedpointer.h>
|
||||
#include <qhostaddress.h>
|
||||
#include <qudpsocket.h>
|
||||
#include <QtNetwork/qudpsocket.h>
|
||||
#include <QtNetwork/qhostaddress.h>
|
||||
|
||||
#include <tbb/concurrent_unordered_map.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue