GitHub user heldner opened a pull request:
https://github.com/apache/thrift/pull/1439
Fix fb303 build: add lost shared_ptr.hpp
fix error build fb303:
```
In file included from FacebookBase.cpp:20:0:
FacebookBase.h:97:30: error: field 'server_' has incomplete type
'boost::shared_ptr<apache::thrift::server::TServer>'
boost::shared_ptr<TServer> server_;
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/heldner/thrift 0.11.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1439.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1439
----
commit 7463bf5020e6cf3593495e3039e4b40fda5f85d1
Author: Stanislav Korolev <[email protected]>
Date: 2017-12-07T05:33:13Z
Fix fb303 build: add lost shared_ptr.hpp
----
---