Add <algorithm>

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7674 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-09-05 13:03:23 +00:00
parent 4a0bc62a2a
commit 36439eab21

View File

@ -21,6 +21,8 @@
#include "support/path.h"
#include "support/path_defines.h"
#include <algorithm>
namespace support = lyx::support;
using std::endl;