fix a build problem with qt2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6993 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-05-21 12:38:28 +00:00
parent 7085b13fd7
commit d86c261d77
2 changed files with 6 additions and 0 deletions

View 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.

View File

@ -20,6 +20,8 @@
#include <qlineedit.h>
#include <qtextcodec.h>
#include <algorithm>
using std::pair;
using std::make_pair;
using std::min;