summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-02-16 22:01:27 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-02-16 22:01:27 +0300
commit72348ec753695b71234631f4c358ca4505a1d737 (patch)
tree7877ec2c315878cec15e6090eb6b9705c2d2e97a /plugins/Dbx_sqlite/src/stdafx.h
parent9cc1ea5f3c117a5416ea5baf213bb691c0a5e9eb (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.h2
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>