* src/support/docstring.h: include <cstring>

* src/frontends/qt4/TocModel.cpp: include <climits>
	- both needed on Mac OS 10.5.1/Xtools 3.0 (reported by Roger McMurtrie)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21936 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-12-03 07:08:58 +00:00
parent 63602f67db
commit 2aee7c7b38
3 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,7 @@
#include "debug.h"
#include <climits>
#include <vector>
#include <string>

View File

@ -15,6 +15,7 @@
#include "support/types.h"
#include <cstring>
#include <string>
#include <typeinfo>

View File

@ -106,6 +106,7 @@ What's new
- If there exists a local layout file, use the local copy instead of the
system one.
* USER INTERFACE:
- Fix a crash when using bookmarks in insets (bug 4301).
@ -197,7 +198,7 @@ What's new
- Make sure that the Chapter* layout appears in outline and naviagtion menu
(bug 3888).
- Fix handling of Insert Plain Text dialog cancel
- Fix problem after cancelling the Insert Plain Text dialog.
* DOCUMENTATION
@ -225,3 +226,5 @@ What's new
- Make sure that all the files created when compiling are removed by
"make clean".
- Fix build problem on MacOS 10.5.1.