mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7735 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4880f71471
commit
8d82674b36
@ -1,3 +1,7 @@
|
||||
2003-09-12 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* aspell.C: include <boost/assert.cpp> (compile fix)
|
||||
|
||||
2003-09-10 Rob Lahaye <lahaye@snu.ac.kr>
|
||||
|
||||
* boost.C (assertion_failed): use lyx::support::abort instead of
|
||||
|
@ -20,6 +20,8 @@
|
||||
#include "aspell_local.h"
|
||||
#include "WordLangTuple.h"
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
|
||||
ASpell::ASpell(BufferParams const &, string const & lang)
|
||||
: els(0), spell_error_object(0)
|
||||
|
Loading…
Reference in New Issue
Block a user