mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
some includes needed to build on gcc-2.96 + qt-2.3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7712 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
add8d29c5f
commit
8adfccd369
@ -1,3 +1,12 @@
|
||||
2003-09-08 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* QLToolbar.C: include <qtoolbar.h>
|
||||
|
||||
* QLPopupMenu.h: include <utility>
|
||||
|
||||
* qt_helpers.C:
|
||||
* qfont_loader.C: include <algorithm>
|
||||
|
||||
2003-09-08 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* FileDialog.C:
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
#include "support/std_string.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
class MenuBackend;
|
||||
class MenuItem;
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "QLToolbar.h"
|
||||
|
||||
#include <qcombobox.h>
|
||||
#include <qtoolbar.h>
|
||||
|
||||
using std::endl;
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <X11/Xlib.h>
|
||||
#include "support/systemcall.h"
|
||||
#include "support/filetools.h"
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
using namespace lyx::support;
|
||||
|
@ -19,6 +19,8 @@
|
||||
#include <qlineedit.h>
|
||||
#include <qtextcodec.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using std::make_pair;
|
||||
|
||||
using std::pair;
|
||||
|
Loading…
Reference in New Issue
Block a user