We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc62b22 + d79573e commit f1f00acCopy full SHA for f1f00ac
lmdb++.h
@@ -30,6 +30,7 @@
30
#include <cstdio> /* for std::snprintf() */
31
#include <cstring> /* for std::memcpy() */
32
#include <stdexcept> /* for std::runtime_error */
33
+#include <string> /* for std::string */
34
#include <string_view> /* for std::string_view */
35
#include <limits> /* for std::numeric_limits<> */
36
#include <memory> /* for std::addressof */
0 commit comments