diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-10 12:04:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-10 12:04:42 +0300 |
commit | c1211a1a967563c7e9aeb3858e16b15190e3e32c (patch) | |
tree | a25d9960a71d5f4e6d206295d5da3d9dd3fcea87 /plugins | |
parent | 2e35b010f58462300396242ac6fbb92a970e289e (diff) |
compilation fixes for VS2017
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/SmileyAdd/src/stdafx.h | 1 | ||||
-rw-r--r-- | plugins/WinterSpeak/src/stdafx.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h index 754d4078db..bcd5f13a2d 100644 --- a/plugins/SmileyAdd/src/stdafx.h +++ b/plugins/SmileyAdd/src/stdafx.h @@ -39,6 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <io.h>
#include <fcntl.h>
+#include <malloc.h>
#include <sys/stat.h>
#include <time.h>
#include <delayimp.h>
diff --git a/plugins/WinterSpeak/src/stdafx.h b/plugins/WinterSpeak/src/stdafx.h index 72f25a7d95..458d190cd2 100644 --- a/plugins/WinterSpeak/src/stdafx.h +++ b/plugins/WinterSpeak/src/stdafx.h @@ -4,6 +4,8 @@ #include <Winsock2.h>
#include <CommCtrl.h>
+#include <memory>
+
#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_database.h>
|