forked from mia/Aegisub
Include <algorithm> to get std::for_each
Originally committed to SVN as r4587.
This commit is contained in:
parent
46da1e538d
commit
8e912e3ff6
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <algorithm>
|
||||
#endif // LAGI_PRE
|
||||
|
||||
#include <libaegisub/access.h>
|
||||
|
|
Loading…
Reference in a new issue