mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +00:00
Fix undeclared types
This commit is contained in:
parent
be2320aa98
commit
05273f521b
2 changed files with 3 additions and 1 deletions
1
deps/datReader/zlib.h
vendored
1
deps/datReader/zlib.h
vendored
|
@ -1,6 +1,7 @@
|
|||
#ifndef XIV_UTILS_ZLIB_H
|
||||
#define XIV_UTILS_ZLIB_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <unordered_map>
|
||||
|
||||
namespace Sapphire::World::Action
|
||||
|
|
Loading…
Add table
Reference in a new issue