mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 01:30:18 +02:00
add atomic include for NetworkPeer
This commit is contained in:
parent
1fd4a1f0c3
commit
487f9dc45d
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#ifndef hifi_NetworkPeer_h
|
||||
#define hifi_NetworkPeer_h
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QTimer>
|
||||
#include <QtCore/QUuid>
|
||||
|
|
Loading…
Reference in a new issue