57c57,61
< using namespace std;
---
> // clang complains about std::set being overloaded with Packet::set if
> // we open up the entire namespace std
> using std::string;
> using std::ostream;
>