diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-01 18:13:36 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-01 18:13:36 +0300 |
commit | 7d45798b15d73898776fc31755f550e0ff4eaf2f (patch) | |
tree | 026068b477143c2c034f029af98a80ae1c53b067 /plugins/Dbx_sqlite/src/stdafx.h | |
parent | 5fdee0384e30820abfc334984fbc05996e7fe8cd (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.h | 1 |
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> |