mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +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
|
#ifndef hifi_PacketList_h
|
||||||
#define hifi_PacketList_h
|
#define hifi_PacketList_h
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include <QtCore/QIODevice>
|
#include <QtCore/QIODevice>
|
||||||
|
|
||||||
#include "PacketHeaders.h"
|
#include "PacketHeaders.h"
|
||||||
|
|
Loading…
Reference in a new issue