mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
compile fix for gcc 2.95.3
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7439 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3261bad69e
commit
7ba25c6e3b
@ -1,3 +1,8 @@
|
||||
2003-07-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* qfont_loader.C:
|
||||
* QLPopupMenu.h: add includes needed by gcc 2.95.3
|
||||
|
||||
2003-07-27 John Levon <levon@movementarian.org>
|
||||
|
||||
* QToc.h:
|
||||
|
@ -17,6 +17,8 @@
|
||||
|
||||
#include "LString.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
class MenuBackend;
|
||||
class MenuItem;
|
||||
class Menu;
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "support/lstrings.h"
|
||||
#include "frontends/lyx_gui.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
#ifdef Q_WS_X11
|
||||
|
Loading…
Reference in New Issue
Block a user