]> git.lyx.org Git - lyx.git/blobdiff - src/aspell.C
more cursor dispatch
[lyx.git] / src / aspell.C
index 4dc3ccef0d92b75e8d900cc4e4f714c5b2474ac8..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.
  *
@@ -20,8 +20,9 @@
 #include "aspell_local.h"
 #include "WordLangTuple.h"
 
+#include <boost/assert.hpp>
 
-using namespace lyx::support;
+using std::string;
 
 
 ASpell::ASpell(BufferParams const &, string const & lang)