mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
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:
parent
7085b13fd7
commit
d86c261d77
@ -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>
|
2003-05-20 Alfredo Braunstein <abraunst@libero.it>
|
||||||
|
|
||||||
* QErrorList.[Ch]: small bugs fixed.
|
* QErrorList.[Ch]: small bugs fixed.
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
#include <qlineedit.h>
|
#include <qlineedit.h>
|
||||||
#include <qtextcodec.h>
|
#include <qtextcodec.h>
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
using std::pair;
|
using std::pair;
|
||||||
using std::make_pair;
|
using std::make_pair;
|
||||||
using std::min;
|
using std::min;
|
||||||
|
Loading…
Reference in New Issue
Block a user