mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
include cstring and stdint in AvatarData UNIX build
This commit is contained in:
parent
e7e7bd290a
commit
598bed3b55
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
//
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <PacketHeaders.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue