mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 06:15:16 +00:00
fix compilation pb ; update eu.po
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1979 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b0da75ab1e
commit
53c5edb99e
@ -1,3 +1,7 @@
|
|||||||
|
2001-05-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* eu.po: update from Dooteo
|
||||||
|
|
||||||
2001-03-21 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
2001-03-21 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* da.po: update from Claus Hindsgaul
|
* da.po: update from Claus Hindsgaul
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-05-03 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* Lsstream.h: include LString.h before the sstream headers to
|
||||||
|
fix problem with gcc 2.95.3 and lyxstring
|
||||||
|
|
||||||
2001-05-02 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
2001-05-02 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* lyx_main.C: add using directives when needed for C functions
|
* lyx_main.C: add using directives when needed for C functions
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
#ifndef LSSTREAM_H
|
#ifndef LSSTREAM_H
|
||||||
#define LSSTREAM_H
|
#define LSSTREAM_H
|
||||||
|
|
||||||
|
// Since we will include a string header anyway, we'd better do it
|
||||||
|
// right now so that <string> is not loaded before lyxstring.h. (JMarc)
|
||||||
|
#include "LString.h"
|
||||||
|
|
||||||
#ifdef HAVE_SSTREAM
|
#ifdef HAVE_SSTREAM
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user