mirror of
https://github.com/isledecomp/SIEdit.git
synced 2025-02-17 00:40:42 -05:00
lib: add algorithm include
This commit is contained in:
parent
7f3969e657
commit
ae2363be42
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define FILE_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <algorithm>
|
||||
#include <Windows.h>
|
||||
#else
|
||||
#include <fstream>
|
||||
|
|
Loading…
Reference in a new issue