1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-14 10:09:11 +00: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:
rubidium
2009-01-16 16:29:07 +00:00
parent 2adcaa576f
commit c333790dd8

View File

@@ -19,6 +19,7 @@
#include <unistd.h>
#endif
#include <sys/stat.h>
#include <algorithm>
/*************************************************/
/* FILE IO ROUTINES ******************************/