mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 02:36:45 +02:00
Add Socket include to see debug macro
This commit is contained in:
parent
69c516caaf
commit
103c6d89f2
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
#include <LogHandler.h>
|
#include <LogHandler.h>
|
||||||
|
|
||||||
|
#include "Socket.h"
|
||||||
|
|
||||||
using namespace udt;
|
using namespace udt;
|
||||||
|
|
||||||
static int packetMetaTypeId = qRegisterMetaType<Packet*>("Packet*");
|
static int packetMetaTypeId = qRegisterMetaType<Packet*>("Packet*");
|
||||||
|
|
Loading…
Reference in a new issue