mirror of https://github.com/zeldaret/botw.git
ksys/gdt: Add missing <algorithm> include
This commit is contained in:
parent
911625ac23
commit
835e11cb16
|
|
@ -1,4 +1,5 @@
|
|||
#include "KingSystem/Resource/resResourceGameSaveData.h"
|
||||
#include <algorithm>
|
||||
#include <codec/seadHashCRC32.h>
|
||||
#include <prim/seadContainerIterator.h>
|
||||
#include "KingSystem/GameData/gdtManager.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue