Skip to content

Commit f1f00ac

Browse files
authored
Merge pull request drycpp#7 from epsilon-0/master
explicitly add <string> for std::string
2 parents bc62b22 + d79573e commit f1f00ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lmdb++.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <cstdio> /* for std::snprintf() */
3131
#include <cstring> /* for std::memcpy() */
3232
#include <stdexcept> /* for std::runtime_error */
33+
#include <string> /* for std::string */
3334
#include <string_view> /* for std::string_view */
3435
#include <limits> /* for std::numeric_limits<> */
3536
#include <memory> /* for std::addressof */

0 commit comments

Comments
 (0)