]> git.lyx.org Git - lyx.git/blobdiff - src/aspell_local.h
MSVC compilation fix.
[lyx.git] / src / aspell_local.h
index 7ad19946579d082110c9b822329cb373f26a50e8..1b45c704513e3fcf23a9cd9104d9bc93bf62858b 100644 (file)
 #ifndef LYX_ASPELL_H
 #define LYX_ASPELL_H
 
-#include <map>
-
 #include "SpellBase.h"
 
+#include "support/docstring.h"
+
+#include <map>
 
-namespace lyx {
 
 class AspellSpeller;
 class AspellStringEnumeration;
 class AspellCanHaveError;
 class AspellConfig;
 
+namespace lyx {
+
 class BufferParams;