add <string> and other small fixes to make

Lars' std::string patch compile with STLport.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7864 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2003-10-07 06:45:25 +00:00
parent 7519dcc6ca
commit eb36b71ce3
33 changed files with 80 additions and 0 deletions

View File

@ -1,3 +1,27 @@
<<<<<<< ChangeLog
2003-10-07 Martin Vermeer <martin.vermeer@hut.fi>
* CutAndPaste.h:
* DepTable.h:
* FloatList.h:
* LaTeXFeatures.h:
* ParagraphParameters.h:
* TextCache.h:
* Thesaurus.h:
* bufferlist.h:
* exporter.h:
* importer.h:
* lastfiles.h:
* lyxfind.h:
* lyxfont.h:
* lyxlex.h:
* lyxtextclasslist.h:
* messages.h:
* paragraph.h:
* paragraph_pimpl.C:
* textcursor.h: add <string> and other small fixes to make Lars'
std::string patch compile with STLport.
2003-10-06 Angus Leeming <leeming@lyx.org>
* LColor.h: Add missing #include <string>.

View File

@ -17,6 +17,7 @@
#include "ParagraphList_fwd.h"
#include "support/types.h"
#include <string>
#include <vector>
class Buffer;

View File

@ -14,6 +14,7 @@
#define DEP_TABLE_H
#include <map>
#include <string>
///
class DepTable {

View File

@ -13,6 +13,7 @@
#define FLOATLIST_H
#include <map>
#include <string>
class Floating;

View File

@ -17,6 +17,7 @@
#include <set>
#include <list>
#include <map>
#include <string>
class Buffer;
class BufferParams;

View File

@ -20,6 +20,7 @@
#include "support/types.h"
#include <iosfwd>
#include <string>
class BufferView;
class LyXLength;

View File

@ -14,6 +14,7 @@
#include <iosfwd>
#include <map>
#include <string>
class Buffer;
class LyXText;

View File

@ -14,6 +14,7 @@
#include <vector>
#include <map>
#include <string>
#ifdef HAVE_LIBAIKSAURUS
#include AIKSAURUS_H_LOCATION

View File

@ -14,6 +14,7 @@
#include <boost/utility.hpp>
#include <string>
#include <vector>
class Buffer;

View File

@ -13,6 +13,7 @@
#ifndef EXPORTER_H
#define EXPORTER_H
#include <string>
#include <vector>

View File

@ -1,3 +1,8 @@
2003-10-07 Martin Vermeer <martin.vermeer@hut.fi>
* lyx_gui.h: add <string> and other small fixes to make Lars'
std::string patch compile with STLport.
2003-09-21 Lars Gullik Bjønnes <larsbj@gullik.net>
* LyXView.C (updateToolbar): adjust

View File

@ -16,6 +16,7 @@
#include <boost/shared_ptr.hpp>
#include <list>
#include <string>
class ButtonController;

View File

@ -1,3 +1,12 @@
2003-10-07 Martin Vermeer <martin.vermeer@hut.fi>
* BCView.h:
* ControlCommandBuffer.h:
* biblio.h:
* frnt_lang.h:
* tex_helpers.h: add <string> and other small fixes to make Lars'
std::string patch compile with STLport.
2003-10-01 Angus Leeming <leeming@lyx.org>
* ControlExternal.[Ch]: changes due to the introduction of

View File

@ -14,6 +14,7 @@
#ifndef CONTROLCOMMANDBUFFER_H
#define CONTROLCOMMANDBUFFER_H
#include <string>
#include <vector>

View File

@ -13,6 +13,7 @@
#define BIBLIOHELPERS_H
#include <map>
#include <string>
#include <vector>
/** Functions of use to citation and bibtex GUI controllers and views */

View File

@ -12,6 +12,7 @@
#ifndef FRNT_LANG_H
#define FRNT_LANG_H
#include <string>
#include <utility>
#include <vector>

View File

@ -12,6 +12,7 @@
#ifndef TEX_HELPERS_H
#define TEX_HELPERS_H
#include <string>
#include <vector>

View File

@ -15,6 +15,7 @@
#include "FuncStatus.h"
#include <string>
#include <vector>
class Dialogs;

View File

@ -1,3 +1,9 @@
2003-10-07 Martin Vermeer <martin.vermeer@hut.fi>
* GraphicsCache.h:
* PreviewImage.h: add <string> and other small fixes to make
Lars' std::string patch compile with STLport.
2003-09-29 Angus Leeming <leeming@lyx.org>
* GraphicsParams.[Ch] (asString): removed. Replaced with

View File

@ -25,6 +25,7 @@
#include <boost/shared_ptr.hpp>
#include <vector>
#include <string>
namespace lyx {

View File

@ -13,6 +13,7 @@
#define PREVIEWIMAGE_H
#include <boost/scoped_ptr.hpp>
#include <string>
class InsetOld;

View File

@ -14,6 +14,7 @@
#ifndef IMPORTER_H
#define IMPORTER_H
#include <string>
#include <vector>

View File

@ -15,6 +15,7 @@
#include <boost/utility.hpp>
#include <deque>
#include <string>
/** The latest documents loaded.

View File

@ -16,6 +16,8 @@
#include "support/types.h"
#include <string>
class BufferView;
class LyXText;

View File

@ -16,6 +16,7 @@
#define LYXFONT_H
#include <iosfwd>
#include <string>
class LColor_color;
class LyXLex;

View File

@ -20,6 +20,7 @@
#include <boost/utility.hpp>
#include <iosfwd>
#include <string>
///

View File

@ -16,6 +16,7 @@
#include <boost/utility.hpp>
#include <string>
#include <vector>
class LyXTextClass;

View File

@ -1,3 +1,9 @@
2003-10-07 Martin Vermeer <martin.vermeer@hut.fi>
* math_macrotable.h: add <string> and other small fixes to make
Lars' std::string patch compile with STLport.
2003-10-06 Martin Vermeer <martin.vermeer@hut.fi>
* math_cursor.C:

View File

@ -15,6 +15,7 @@
#include "math_atom.h"
#include <map>
#include <string>
class MathMacroTable {

View File

@ -12,6 +12,7 @@
#define MESSAGES_H
#include <boost/scoped_ptr.hpp>
#include <string>
///
class Messages {

View File

@ -23,6 +23,7 @@
#include "support/types.h"
#include <string>
class Buffer;
class BufferParams;

View File

@ -31,6 +31,7 @@ using lyx::pos_type;
using std::endl;
using std::upper_bound;
using std::lower_bound;
using std::string;
using std::ostream;

View File

@ -17,6 +17,8 @@
#include "lyxcursor.h"
#include <string>
class Buffer;
// Do not even think of forward declaring LyXText/BufferView etc here!