diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-30 18:59:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-30 18:59:51 +0300 |
commit | fc7978f884fe33690da034a8c557f7c2f3924e8a (patch) | |
tree | ee33a4702ddb9c68eee6206fca7f367a983ce297 /plugins/SpellChecker/src/stdafx.h | |
parent | ab5dee1d3c99c5df92997b43c8d8b67c3cdd4f3d (diff) |
compilation fix
Diffstat (limited to 'plugins/SpellChecker/src/stdafx.h')
-rw-r--r-- | plugins/SpellChecker/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SpellChecker/src/stdafx.h b/plugins/SpellChecker/src/stdafx.h index de0e4a153f..41beb2c3e3 100644 --- a/plugins/SpellChecker/src/stdafx.h +++ b/plugins/SpellChecker/src/stdafx.h @@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. //#define _CRT_SECURE_NO_WARNINGS
#define OEMRESOURCE
+#include <time.h>
#include <windows.h>
#include <msapi/richedit5.h>
#include <tom.h>
|