X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Faspell_local.h;h=1b45c704513e3fcf23a9cd9104d9bc93bf62858b;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=7ad19946579d082110c9b822329cb373f26a50e8;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/aspell_local.h b/src/aspell_local.h index 7ad1994657..1b45c70451 100644 --- a/src/aspell_local.h +++ b/src/aspell_local.h @@ -13,18 +13,20 @@ #ifndef LYX_ASPELL_H #define LYX_ASPELL_H -#include - #include "SpellBase.h" +#include "support/docstring.h" + +#include -namespace lyx { class AspellSpeller; class AspellStringEnumeration; class AspellCanHaveError; class AspellConfig; +namespace lyx { + class BufferParams;