summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-04-01 18:13:36 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-04-01 18:13:36 +0300
commit7d45798b15d73898776fc31755f550e0ff4eaf2f (patch)
tree026068b477143c2c034f029af98a80ae1c53b067 /plugins/Dbx_sqlite/src/stdafx.h
parent5fdee0384e30820abfc334984fbc05996e7fe8cd (diff)
fixes #2822 (dbx_sqlite: total encryption is broken)
Diffstat (limited to 'plugins/Dbx_sqlite/src/stdafx.h')
-rw-r--r--plugins/Dbx_sqlite/src/stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_sqlite/src/stdafx.h b/plugins/Dbx_sqlite/src/stdafx.h
index ff83996237..6d8fc14a1d 100644
--- a/plugins/Dbx_sqlite/src/stdafx.h
+++ b/plugins/Dbx_sqlite/src/stdafx.h
@@ -5,6 +5,7 @@
#include <crtdbg.h>
#include <memory>
+#include <vector>
#include <newpluginapi.h>
#include <m_crypto.h>