]> git.lyx.org Git - lyx.git/blobdiff - src/sp_ispell.h
fix starting up which binary is really a symlink; make sure insetinclude file browser...
[lyx.git] / src / sp_ispell.h
index aad831cb0f7c5fcc9a7bbdb509b6c29e60a7c557..ceae8516c00e6e9ab4a9c6fbc39bfe6c218d5012 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef SP_ISPELL_H
 #define SP_ISPELL_H
 
+#include <cstdio>
+
 #include "sp_base.h"
 
 class BufferParams;
@@ -11,8 +13,8 @@ class ISpell : public SpellBase
   public:
 
     enum ActualSpellChecker {
-       ASC_ISPELL,
-       ASC_ASPELL
+               ASC_ISPELL,
+               ASC_ASPELL
     };
     
     ISpell();