From 30ee80313e979cfe757bc77a790c2f004fd1e407 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 17 Jul 2015 16:18:58 -0700 Subject: [PATCH] add memory include for PacketList --- libraries/networking/src/udt/PacketList.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/networking/src/udt/PacketList.h b/libraries/networking/src/udt/PacketList.h index 5ab3029a60..30288dcaab 100644 --- a/libraries/networking/src/udt/PacketList.h +++ b/libraries/networking/src/udt/PacketList.h @@ -12,6 +12,8 @@ #ifndef hifi_PacketList_h #define hifi_PacketList_h +#include + #include #include "PacketHeaders.h"