]> git.lyx.org Git - lyx.git/blobdiff - src/aspell.C
ws changes only
[lyx.git] / src / aspell.C
index b1d78bb953576242d6a437e2a0bfae2d9e70cc2e..4541ea01eba6576bda65f1153d75758b4130dd9a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file aspell_local.C
+ * \file aspell.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #include "aspell_local.h"
 #include "WordLangTuple.h"
 
+#include <boost/assert.hpp>
+
+using std::string;
+
 
 ASpell::ASpell(BufferParams const &, string const & lang)
        : els(0), spell_error_object(0)