mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +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
|
||||
|
@ -25,4 +26,4 @@ namespace Sapphire::World::Action
|
|||
|
||||
static Lut m_actionLut;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue