mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 17:57:47 +00:00
include vector
This commit is contained in:
parent
4364a1e603
commit
99279db982
2 changed files with 2 additions and 0 deletions
1
deps/datReader/ExdData.h
vendored
1
deps/datReader/ExdData.h
vendored
|
@ -6,6 +6,7 @@
|
|||
#include <mutex>
|
||||
|
||||
#include <filesystem>
|
||||
#include <vector>
|
||||
|
||||
namespace xiv
|
||||
{
|
||||
|
|
1
deps/datReader/GameData.h
vendored
1
deps/datReader/GameData.h
vendored
|
@ -6,6 +6,7 @@
|
|||
#include <mutex>
|
||||
|
||||
#include <filesystem>
|
||||
#include <vector>
|
||||
|
||||
namespace xiv::dat
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue