summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-12-09 12:21:37 -0500
committerJames E. King, III <jking@apache.org>2017-12-09 12:25:00 -0500
commit2590988c02ac6c500266a802d3fe1bd25057e04b (patch)
tree748d9be14216e606ee7f462a1bd99a7e3de3af58 /contrib
parent05a08ce9c177ffbe8c395fdc9e8f5a4c5daef02c (diff)
downloadthrift-2590988c02ac6c500266a802d3fe1bd25057e04b.tar.gz
THRIFT-4417: Fix broken fb303 build, that occurred after conversion to stdcxx::shared_ptr
Patch: Stanislav Korolev This closes #1439
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fb303/cpp/FacebookBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/fb303/cpp/FacebookBase.h b/contrib/fb303/cpp/FacebookBase.h
index 2159c95fd..daa524644 100644
--- a/contrib/fb303/cpp/FacebookBase.h
+++ b/contrib/fb303/cpp/FacebookBase.h
@@ -22,6 +22,7 @@
#include "FacebookService.h"
+#include <boost/shared_ptr.hpp>
#include <thrift/server/TServer.h>
#include <thrift/concurrency/Mutex.h>