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:
John Levon 2002-12-17 02:43:16 +00:00
parent c1b636aadb
commit e610655dfa
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -26,6 +26,7 @@
#include <boost/scoped_ptr.hpp>
using std::endl;
using std::pair;
using std::make_pair;