mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 19:10:01 +02:00
add memory include for PacketList
This commit is contained in:
parent
487f9dc45d
commit
30ee80313e
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#ifndef hifi_PacketList_h
|
||||
#define hifi_PacketList_h
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QtCore/QIODevice>
|
||||
|
||||
#include "PacketHeaders.h"
|
||||
|
|
Loading…
Reference in a new issue