]> git.lyx.org Git - features.git/commitdiff
fix a build problem with qt2
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 21 May 2003 12:38:28 +0000 (12:38 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 21 May 2003 12:38:28 +0000 (12:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6993 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/qt_helpers.C

index 92ac9bd463d54243ca5aa8e9a18f6652f9709dc6..6a2176fc84a4e91d8185bd295d28f1f48ffc73a9 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * qt_helpers.C: include <algorithm> for std::min.
+
 2003-05-20  Alfredo Braunstein  <abraunst@libero.it>
 
        * QErrorList.[Ch]: small bugs fixed. 
index dbd79541e8ce7bc6674c065b3bae91b24182607d..b9831e380a29f15d1de8f97258925f6f408e4d66 100644 (file)
@@ -20,6 +20,8 @@
 #include <qlineedit.h>
 #include <qtextcodec.h>
 
+#include <algorithm>
+
 using std::pair;
 using std::make_pair;
 using std::min;