From c333790dd8b3de60c923ce89bb44762c9fb677fa Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 16 Jan 2009 16:29:07 +0000 Subject: (svn r15112) -Fix (r15108): transform should include algorithm as that's where it's from. Furthermore not including it gives compile errors for some --- src/fileio.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/fileio.cpp b/src/fileio.cpp index 5940d021f..86e2f93b6 100644 --- a/src/fileio.cpp +++ b/src/fileio.cpp @@ -19,6 +19,7 @@ #include #endif #include +#include /*************************************************/ /* FILE IO ROUTINES ******************************/ -- cgit v1.2.3-54-g00ecf