diff options
author | George Hazan <ghazan@miranda.im> | 2021-12-20 22:54:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-12-20 22:54:10 +0300 |
commit | bdb505dd61447e73f9a30204c005df5c67b4f6c7 (patch) | |
tree | 10eb4fced3699bd06cd641e709850a0272e96eb4 | |
parent | ef9f9d9ae4a91f08392ddd383a9c0ff3bed909f0 (diff) |
compilation fix for VS2017
-rw-r--r-- | src/mir_app/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/stdafx.h b/src/mir_app/src/stdafx.h index d54ad76947..3f751c679b 100644 --- a/src/mir_app/src/stdafx.h +++ b/src/mir_app/src/stdafx.h @@ -60,6 +60,7 @@ typedef struct SslHandle *HSSL; #include <locale.h>
#include <memory>
+#include <utility>
#define __NO_CMPLUGIN_NEEDED
#include <newpluginapi.h>
|