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
1 changed files with 2 additions and 0 deletions

View File

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