diff options
author | Alistair Veitch <aveitch@google.com> | 2015-07-20 13:34:10 -0700 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2015-07-20 13:34:10 -0700 |
commit | b46f3f400e4966f89737c376f7eb39b9511e375b (patch) | |
tree | 4c2031d04f8413f21dc6bc858d39b3cf2ba72d60 /vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | |
parent | 851032a7ae03796eda80f0fe63bdafd8a20f38bb (diff) |
fix build
Diffstat (limited to 'vsprojects/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r-- | vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj index 4cea37e7aa..86413fd407 100644 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj @@ -250,7 +250,7 @@ <ClInclude Include="..\..\src\core\transport\transport.h" /> <ClInclude Include="..\..\src\core\transport\transport_impl.h" /> <ClInclude Include="..\..\src\core\census\context.h" /> - <ClInclude Include="..\..\src\core\census\resource_id.h" /> + <ClInclude Include="..\..\src\core\census\rpc_stat_id.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\src\core\surface\init_unsecure.c"> |