Add missing #include <algorithm> in ass_export_filter.cpp

Originally committed to SVN as r5262.
This commit is contained in:
Thomas Goyne 2011-01-21 06:32:02 +00:00
parent 41f9426634
commit 88be46c657
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
#include "config.h"
#ifndef AGI_PRE
#include <algorithm>
#endif
#include "ass_export_filter.h"
#include "ass_file.h"