mirror of https://github.com/odrling/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
|
@ -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 New Issue