mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-15 08:35:11 +01:00
(svn r15112) -Fix (r15108): transform should include algorithm as that's where it's from. Furthermore not including it gives compile errors for some
This commit is contained in:
parent
2adcaa576f
commit
c333790dd8
@ -19,6 +19,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
/*************************************************/
|
/*************************************************/
|
||||||
/* FILE IO ROUTINES ******************************/
|
/* FILE IO ROUTINES ******************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user