From 103c6d89f2fe1f1da0b73fcc342dcd72ed63dafb Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Mon, 28 Mar 2016 13:11:44 -0700 Subject: [PATCH] Add Socket include to see debug macro --- libraries/networking/src/udt/Packet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/networking/src/udt/Packet.cpp b/libraries/networking/src/udt/Packet.cpp index 088de49981..2129202cb6 100644 --- a/libraries/networking/src/udt/Packet.cpp +++ b/libraries/networking/src/udt/Packet.cpp @@ -15,6 +15,8 @@ #include +#include "Socket.h" + using namespace udt; static int packetMetaTypeId = qRegisterMetaType("Packet*");