diff options
author | vjpai <vpai@google.com> | 2016-02-10 20:51:53 -0800 |
---|---|---|
committer | vjpai <vpai@google.com> | 2016-02-10 20:51:53 -0800 |
commit | f9f61cf5bca0063b417f7c6538868c41ebdddce4 (patch) | |
tree | c07294e9197e76c4d0d9dc5997ad899a6e6cfa18 /vsprojects/vcxproj/grpc++/grpc++.vcxproj | |
parent | 04e992a7508f8ebd8a996b718631140f629e52d8 (diff) |
Properly specify dependences on alarm.h in build.yaml
Diffstat (limited to 'vsprojects/vcxproj/grpc++/grpc++.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc++/grpc++.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc++/grpc++.vcxproj b/vsprojects/vcxproj/grpc++/grpc++.vcxproj index 74a726ac3d..bb2d0e782b 100644 --- a/vsprojects/vcxproj/grpc++/grpc++.vcxproj +++ b/vsprojects/vcxproj/grpc++/grpc++.vcxproj @@ -258,6 +258,7 @@ </ItemDefinitionGroup> <ItemGroup> + <ClInclude Include="$(SolutionDir)\..\include\grpc++\alarm.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc++\channel.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc++\client_context.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc++\completion_queue.h" /> |