]> git.lyx.org Git - lyx.git/blobdiff - src/support/LOstream.h
fix crossref label list, some debug messages + various
[lyx.git] / src / support / LOstream.h
index 0dd31d3b1e10b444ec555cce10f029d1730d1a77..7b44bb7ae26dfab8b1ac035fce0f800ae9b77d8b 100644 (file)
@@ -7,7 +7,7 @@
  *         Copyright (C) 1995 Matthias Ettrich
  *          Copyright (C) 1995-1999 The LyX Team.
  *
- *======================================================*/
+ * ====================================================== */
 
 
 #ifndef LOSTREAM_H
@@ -21,5 +21,6 @@
 
 using std::ostream;
 using std::endl; 
+using std::flush;
 
 #endif