Re-applied reverted fix, adding missing codegen files.

Change-Id: I301d29835fb0baffd859950eb0fb3056e4f4d66b
This commit is contained in:
Wouter van Oortmerssen
2017-01-04 10:41:31 -08:00
parent cc84240098
commit 2c4dce5ba7
7 changed files with 50 additions and 28 deletions

View File

@@ -4,6 +4,7 @@
#include "monster_test_generated.h"
#include "monster_test.grpc.fb.h"
#include <grpc++/impl/codegen/async_stream.h>
#include <grpc++/impl/codegen/async_unary_call.h>
#include <grpc++/impl/codegen/channel_interface.h>
@@ -12,6 +13,7 @@
#include <grpc++/impl/codegen/rpc_service_method.h>
#include <grpc++/impl/codegen/service_type.h>
#include <grpc++/impl/codegen/sync_stream.h>
namespace MyGame {
namespace Example {