compile fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3378 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-01-14 16:48:28 +00:00
parent 039b758bbb
commit 886dab108b
4 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-01-14 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* minibuffer.C: include <cctype> for isprint
2002-01-14 Angus Leeming <a.leeming@ic.ac.uk>
* buffer.C (parseSingleLyXformat2Token): changes associated with the

View File

@ -1,3 +1,7 @@
2002-01-14 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* DropDown.C: include <cctype> for isprint()
2002-01-14 Angus Leeming <a.leeming@ic.ac.uk>
* FormMinipage.C (apply, update): MinipageParams::width renamed

View File

@ -12,6 +12,7 @@
#include "xforms_helpers.h"
#include <iostream>
#include <cctype>
namespace {

View File

@ -32,6 +32,7 @@
#include "LyXAction.h"
#include "BufferView.h"
#include <cctype>
using SigC::slot;
using std::vector;