Skip to content

Commit

Permalink
Merge pull request drycpp#7 from epsilon-0/master
Browse files Browse the repository at this point in the history
explicitly add <string> for std::string
  • Loading branch information
hoytech authored May 10, 2021
2 parents bc62b22 + d79573e commit f1f00ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lmdb++.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <cstdio> /* for std::snprintf() */
#include <cstring> /* for std::memcpy() */
#include <stdexcept> /* for std::runtime_error */
#include <string> /* for std::string */
#include <string_view> /* for std::string_view */
#include <limits> /* for std::numeric_limits<> */
#include <memory> /* for std::addressof */
Expand Down

0 comments on commit f1f00ac

Please sign in to comment.