Include <algorithm> to get std::for_each

Originally committed to SVN as r4587.
This commit is contained in:
Amar Takhar 2010-06-24 01:51:18 +00:00
parent 46da1e538d
commit 8e912e3ff6

View file

@ -22,6 +22,8 @@
#include <string> #include <string>
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>
#include <algorithm>
#endif // LAGI_PRE #endif // LAGI_PRE
#include <libaegisub/access.h> #include <libaegisub/access.h>