commit | 4ecbebc09989a5fccb40fcb2d3d0d1b9f540a7d4 | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Tue Sep 05 00:14:21 2006 +0000 |
committer | Mark Slee <mcslee@apache.org> | Tue Sep 05 00:14:21 2006 +0000 |
tree | 0f1d9b3c3215f9a1720bcede053c11180aa59cf6 | |
parent | aeac1926f24afbc066abb45917d8a14e879fb9f5 [diff] [blame] |
Add multiserver generation to C++ Thrift Summary: Autogen server that can encapsulates multiple server instances Reviewed By: aditya git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664782 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/Thrift.h b/lib/cpp/src/Thrift.h index 9254b56..410d20e 100644 --- a/lib/cpp/src/Thrift.h +++ b/lib/cpp/src/Thrift.h
@@ -7,6 +7,7 @@ #include <map> #include <list> #include <set> +#include <vector> #include <exception> namespace facebook { namespace thrift {