mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 19:23:58 +02: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