Fix build on some libcxx implementations (#175)

This commit is contained in:
proller
2019-03-07 21:13:15 +03:00
committed by Alexander Damian
parent 470a5b6857
commit e8c4397b66

View File

@@ -38,6 +38,7 @@ using std::vector;
using std::set;
using std::ostream;
using std::string;
using std::equal;
namespace cppkafka {