Skip to content

Commit

Permalink
Fix gRPC include path
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 556116104
  • Loading branch information
ZacharyGarrett authored and tensorflow-copybara committed Aug 11, 2023
1 parent ea1a4e8 commit 6998836
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ limitations under the License

#include "tensorflow_federated/cc/core/impl/executors/executor_service.h"

#include <grpcpp/support/status.h>

#include <algorithm>
#include <memory>
#include <optional>
Expand All @@ -32,6 +30,7 @@ limitations under the License
#include "absl/strings/str_join.h"
#include "absl/strings/str_split.h"
#include "absl/synchronization/mutex.h"
#include "include/grpcpp/support/status.h"
#include "tensorflow_federated/cc/core/impl/executors/cardinalities.h"
#include "tensorflow_federated/cc/core/impl/executors/executor.h"
#include "tensorflow_federated/cc/core/impl/executors/status_conversion.h"
Expand Down

0 comments on commit 6998836

Please sign in to comment.