mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 16:31:48 +08:00
15 lines
425 B
Diff
15 lines
425 B
Diff
|
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
|
||
|
|