forked from mia/Aegisub
Add missing #include <algorithm> in ass_export_filter.cpp
Originally committed to SVN as r5262.
This commit is contained in:
parent
41f9426634
commit
88be46c657
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
#include "ass_export_filter.h"
|
||||
#include "ass_file.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue