mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
missing using std::endl
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5838 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c1b636aadb
commit
e610655dfa
@ -1,3 +1,7 @@
|
||||
2002-12-17 John Levon <levon@movementarian.org>
|
||||
|
||||
* QLPopupMenu.C: add using endl
|
||||
|
||||
2002-12-16 Edwin Leuven <e.leuven@uva.nl>
|
||||
|
||||
* BulletsModule.C: forgot to remove an include of
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
using std::endl;
|
||||
using std::pair;
|
||||
using std::make_pair;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user