diff --git a/lmdb-safe.hh b/lmdb-safe.hh index 16f5876..de5cdc6 100644 --- a/lmdb-safe.hh +++ b/lmdb-safe.hh @@ -11,6 +11,7 @@ #include #if __cplusplus < 201703L +#include #if BOOST_VERSION > 105400 #include using boost::string_view;