From f4d17396db574acd6f1fff5ab7997924c01ba1bc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 22 Mar 2018 22:24:06 +0300 Subject: end of dbx_mmap plugin: any attempt to open such a database not in read-only mode causes automatic import into mdbx format --- plugins/Db3x_mmap/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Db3x_mmap/src/stdafx.h') 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 #include #include +#include +#include #include "database.h" #include "dbintf.h" -- cgit v1.2.3