diff options
author | George Hazan <ghazan@miranda.im> | 2021-02-16 22:01:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-02-16 22:01:27 +0300 |
commit | 72348ec753695b71234631f4c358ca4505a1d737 (patch) | |
tree | 7877ec2c315878cec15e6090eb6b9705c2d2e97a /plugins/Dbx_sqlite/src/stdafx.h | |
parent | 9cc1ea5f3c117a5416ea5baf213bb691c0a5e9eb (diff) |
fixes #2745 (Dbx_sqlite: wrong behaviour when launching second Miranda with the same profile)
Diffstat (limited to 'plugins/Dbx_sqlite/src/stdafx.h')
-rw-r--r-- | plugins/Dbx_sqlite/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dbx_sqlite/src/stdafx.h b/plugins/Dbx_sqlite/src/stdafx.h index 90cba22430..ff83996237 100644 --- a/plugins/Dbx_sqlite/src/stdafx.h +++ b/plugins/Dbx_sqlite/src/stdafx.h @@ -4,6 +4,8 @@ #include <malloc.h> #include <crtdbg.h> +#include <memory> + #include <newpluginapi.h> #include <m_crypto.h> #include <m_database.h> |