diff options
author | Muxi Yan <mxyan@google.com> | 2017-05-15 16:01:17 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-05-15 16:27:37 -0700 |
commit | 1d3ce9a73761ed45ca87b1606f02f4efcb752d1a (patch) | |
tree | 97a59cb661a0907239b627d25156e0a7a0719c60 /vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj | |
parent | 2a5bbc1e2d38ff89d45b649e8c0db1e2cb560b3a (diff) |
Move workaround_list to grpc_base
Diffstat (limited to 'vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj index 2f245d5558..c6844e5fa8 100644 --- a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj +++ b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj @@ -157,6 +157,7 @@ <ClInclude Include="$(SolutionDir)\..\include\grpc\slice.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\slice_buffer.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\status.h" /> + <ClInclude Include="$(SolutionDir)\..\include\grpc\support\workaround_list.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\byte_buffer_reader.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\compression_types.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc\impl\codegen\connectivity_state.h" /> |