aboutsummaryrefslogtreecommitdiff
path: root/ports/brpc/fix_boost_ptr.patch
blob: 4ced79422bc7ce91f637fcc5d0146e25e71a86b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/brpc/policy/thrift_protocol.cpp b/src/brpc/policy/thrift_protocol.cpp
index eae081a0..39c92338 100755
--- a/src/brpc/policy/thrift_protocol.cpp
+++ b/src/brpc/policy/thrift_protocol.cpp
@@ -45,8 +45,7 @@
  #if defined(_THRIFT_STDCXX_H_)
  # define THRIFT_STDCXX apache::thrift::stdcxx
  #else
- # define THRIFT_STDCXX boost
- # include <boost/make_shared.hpp>
+ # define THRIFT_STDCXX std
  #endif
 #endif