From: Jürgen Spitzmüller Date: Fri, 12 Sep 2003 07:41:09 +0000 (+0000) Subject: compile fix X-Git-Tag: 1.6.10~16109 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8d82674b36898bd56c6b21be3c94ff65cc739292;p=features.git compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7735 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/ChangeLog b/src/ChangeLog index 9c447cce90..ce0f3afe60 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-09-12 Juergen Spitzmueller + + * aspell.C: include (compile fix) + 2003-09-10 Rob Lahaye * boost.C (assertion_failed): use lyx::support::abort instead of diff --git a/src/aspell.C b/src/aspell.C index b1d78bb953..363b2fff8f 100644 --- a/src/aspell.C +++ b/src/aspell.C @@ -20,6 +20,8 @@ #include "aspell_local.h" #include "WordLangTuple.h" +#include + ASpell::ASpell(BufferParams const &, string const & lang) : els(0), spell_error_object(0)