]> git.lyx.org Git - features.git/commitdiff
compile fix
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 12 Sep 2003 07:41:09 +0000 (07:41 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 12 Sep 2003 07:41:09 +0000 (07:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7735 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/aspell.C

index 9c447cce90fb6877fdd6e01492e8dc942fe8f41c..ce0f3afe60722ceeef8eaebaf6649a70ba60edbe 100644 (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
index b1d78bb953576242d6a437e2a0bfae2d9e70cc2e..363b2fff8fa0c0ce256ed61559dddeb4644ccf2e 100644 (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)