diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-14 13:56:55 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-14 13:56:55 +0300 |
commit | 31aec878c07125c3ba4e68bc854c5240af0ccdca (patch) | |
tree | 2c4c9acf4ca6495aa48ca66d47c9f7d0f28e0f38 /plugins/CyrTranslit/src/stdafx.h | |
parent | 2cf530b43c3d0d725ad67e3210258400076553bb (diff) |
pack of changes for VS2019
Diffstat (limited to 'plugins/CyrTranslit/src/stdafx.h')
-rw-r--r-- | plugins/CyrTranslit/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CyrTranslit/src/stdafx.h b/plugins/CyrTranslit/src/stdafx.h index 39c8171553..c5eb7f39e7 100644 --- a/plugins/CyrTranslit/src/stdafx.h +++ b/plugins/CyrTranslit/src/stdafx.h @@ -20,7 +20,9 @@ #pragma once
#include <windows.h>
+
#include <map>
+#include <string>
#include <newpluginapi.h>
#include <m_database.h>
|