I was trying to compile the command line PG and was getting an error about `std::find` until I added: ``` #include <algorithm> ``` in LibraryBinary.h
I was trying to compile the command line PG and was getting an error about
std::finduntil I added:in LibraryBinary.h