ports/devel/fb303/files/patch-cpp_FacebookBase.h
Kirill Ponomarev 8a9595d95c Unbreak fb303 with upstream patch.
PR:		228493
Submitted by:	timon@timon.net.nz
2018-05-26 18:06:51 +00:00

10 lines
237 B
C

--- cpp/FacebookBase.h.orig 2018-05-25 20:03:21 UTC
+++ 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>