]> git.lyx.org Git - features.git/commitdiff
compile fix.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 14 Nov 2007 08:17:55 +0000 (08:17 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 14 Nov 2007 08:17:55 +0000 (08:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21599 a592a061-630c-0410-9148-cb99ea01b6c8

src/Exporter.cpp

index e90c23f4e05543280edae110f86d18e01bd9189e..6857c87ee15a6203e99ab8406e9c6f49e9a4adab 100644 (file)
@@ -26,6 +26,8 @@
 #include "support/lstrings.h"
 #include "support/Package.h"
 
+#include <algorithm>
+
 using std::find;
 using std::string;
 using std::vector;