add using std::endl

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4669 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-07-17 02:12:12 +00:00
parent 1dbfc15548
commit 86c56861fe
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-07-17 John Levon <moz@compsoc.man.ac.uk>
* QLImage.C: add using std
2002-07-15 John Levon <moz@compsoc.man.ac.uk>
* QLImage.h:

View File

@ -27,6 +27,7 @@
#include <boost/tuple/tuple.hpp>
using std::find_if;
using std::endl;
namespace grfx {