compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7735 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2003-09-12 07:41:09 +00:00
parent 4880f71471
commit 8d82674b36
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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)