mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Trivial using std::ios fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3457 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bc654756fa
commit
8e9506ed23
@ -1,3 +1,7 @@
|
||||
2002-01-30 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* figinset.C: added using std::ios directive.
|
||||
|
||||
2002-01-30 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* figinset.C (runqueue): open translation file in binary mode (for
|
||||
|
@ -81,6 +81,7 @@ using std::endl;
|
||||
using std::copy;
|
||||
using std::pair;
|
||||
using std::make_pair;
|
||||
using std::ios;
|
||||
|
||||
#ifndef CXX_GLOBAL_CSTD
|
||||
using std::memcpy;
|
||||
|
Loading…
Reference in New Issue
Block a user