mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
compile fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3378 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
039b758bbb
commit
886dab108b
@ -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
|
||||
|
@ -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
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include "xforms_helpers.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <cctype>
|
||||
|
||||
namespace {
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "LyXAction.h"
|
||||
#include "BufferView.h"
|
||||
|
||||
#include <cctype>
|
||||
|
||||
using SigC::slot;
|
||||
using std::vector;
|
||||
|
Loading…
Reference in New Issue
Block a user