summarylogtreecommitdiffstats
path: root/Serializer.h.patch
blob: d18ceb05bbc7c3dbbdc0f52317faddaedf0dd05b (plain)
1
2
3
4
5
6
7
8
9
10
--- fbthrift-0.24.0/thrift/lib/cpp2/protocol/Serializer.h	2015-03-27 07:17:13.000000000 +0900
+++ fbthrift.patched/src/fbthrift-0.24.0/thrift/lib/cpp2/protocol/Serializer.h	2015-03-29 22:42:05.330745866 +0900
@@ -26,6 +26,7 @@
 #include <thrift/lib/cpp2/protocol/SimpleJSONProtocol.h>
 #include <thrift/lib/cpp/TApplicationException.h>
 #include <folly/io/IOBuf.h>
+#include <gflags/gflags.h>
 
 namespace apache { namespace thrift {