Fix compilation error

lmdb.cc fails to compile following commit c680ddf.
This commit is contained in:
Robert Paprocki 2016-10-07 13:40:49 -07:00 committed by Felipe Zimmerle
parent b48e4b3a37
commit 049f1abb62
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -16,6 +16,7 @@
#ifdef __cplusplus
#include <string>
#include <cstring>
#include <iostream>
#include <unordered_map>
#include <list>