diff options
Diffstat (limited to 'plugins/SpellChecker/src/commons.h')
-rw-r--r-- | plugins/SpellChecker/src/commons.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/commons.h b/plugins/SpellChecker/src/commons.h index 598627fcd2..a0841026e7 100644 --- a/plugins/SpellChecker/src/commons.h +++ b/plugins/SpellChecker/src/commons.h @@ -24,10 +24,11 @@ Boston, MA 02111-1307, USA. #define OEMRESOURCE
#include <windows.h>
-#include <richedit.h>
+#include <msapi/richedit5.h>
#include <tom.h>
#include <richole.h>
#include <commctrl.h>
+
#include <map>
#include <vector>
#include <string>
|