git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665673
13f79535-47bb-0310-9956-
ffa450edef68
#ifndef _THRIFT_PROTOCOL_TPROTOCOLEXCEPTION_H_
#define _THRIFT_PROTOCOL_TPROTOCOLEXCEPTION_H_ 1
-#include <boost/lexical_cast.hpp>
#include <string>
namespace facebook { namespace thrift { namespace protocol {
// http://developers.facebook.com/thrift/
#include <cstdlib>
+#include <sstream>
#include "THttpClient.h"
#include "TSocket.h"
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
+#include <sstream>
#include "concurrency/Monitor.h"
#include "TSocket.h"
#ifndef _THRIFT_TRANSPORT_TTRANSPORTEXCEPTION_H_
#define _THRIFT_TRANSPORT_TTRANSPORTEXCEPTION_H_ 1
-#include <boost/lexical_cast.hpp>
#include <string>
#include <Thrift.h>