| // Copyright (c) 2006- Facebook | |
| // Distributed under the Thrift Software License | |
| // | |
| // See accompanying file LICENSE or visit the Thrift site at: | |
| // http://developers.facebook.com/thrift/ | |
| #include <transport/TTransportException.h> | |
| #include <boost/lexical_cast.hpp> | |
| #include <cstring> | |
| #include <config.h> | |
| using std::string; | |
| using boost::lexical_cast; | |
| namespace facebook { namespace thrift { namespace transport { | |
| }}} // facebook::thrift::transport | |