mirror of https://github.com/AxioDL/metaforce.git
Add missing string.h and algorithm includes
This commit is contained in:
parent
7e01a86330
commit
40a26ae19d
|
@ -14,6 +14,8 @@
|
|||
#include <wchar.h>
|
||||
#endif
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
|
||||
namespace hecl
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue