diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-22 22:24:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-22 22:24:06 +0300 |
commit | f4d17396db574acd6f1fff5ab7997924c01ba1bc (patch) | |
tree | 099b5df37d82b5fe45c835e475f3d4a6033c50c8 /plugins/Db3x_mmap/src/stdafx.h | |
parent | e3c36ee5c83cfed67ae94bb230ae11e420dbca2e (diff) |
end of dbx_mmap plugin: any attempt to open such a database not in read-only mode causes automatic import into mdbx format
Diffstat (limited to 'plugins/Db3x_mmap/src/stdafx.h')
-rw-r--r-- | plugins/Db3x_mmap/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/stdafx.h b/plugins/Db3x_mmap/src/stdafx.h index c8e69d0601..83f98baddd 100644 --- a/plugins/Db3x_mmap/src/stdafx.h +++ b/plugins/Db3x_mmap/src/stdafx.h @@ -45,6 +45,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_metacontacts.h>
#include <m_protocols.h>
#include <m_gui.h>
+#include <m_netlib.h>
+#include <m_import.h>
#include "database.h"
#include "dbintf.h"
|