if (gen_cob_style_) {
f_header_ <<
"#include <thrift/transport/TBufferTransports.h>" << endl << // TMemoryBuffer
- "#include <tr1/functional>" << endl <<
+ "#include <thrift/cxxfunctional.h>" << endl <<
"namespace apache { namespace thrift { namespace async {" << endl <<
"class TAsyncChannel;" << endl <<
"}}}" << endl;
src/thrift/TReflectionLocal.h \
src/thrift/TProcessor.h \
src/thrift/TApplicationException.h \
- src/thrift/TLogging.h
+ src/thrift/TLogging.h \
+ src/thrift/cxxfunctional.h
include_concurrencydir = $(include_thriftdir)/concurrency
include_concurrency_HEADERS = \