mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
add mutex header to NodeData
This commit is contained in:
parent
c8b3ae0c40
commit
34634af975
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
#ifndef __hifi__AvatarMixerClientData__
|
||||
#define __hifi__AvatarMixerClientData__
|
||||
|
||||
#include <QtCore/QMutex>
|
||||
#include <QtCore/QUrl>
|
||||
|
||||
#include <AvatarData.h>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#ifndef hifi_NodeData_h
|
||||
#define hifi_NodeData_h
|
||||
|
||||
#include <QtCore/QMutex>
|
||||
#include <QtCore/QObject>
|
||||
|
||||
class Node;
|
||||
|
|
Loading…
Reference in a new issue