Skip to content

Commit

Permalink
In src/core/lib/promise/detail/basic_seq.h, include cassert (grpc#27516)
Browse files Browse the repository at this point in the history
It is needed for assert(…).
  • Loading branch information
musicinmybrain authored Sep 29, 2021
1 parent e244812 commit bef9085
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/lib/promise/detail/basic_seq.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include <grpc/impl/codegen/port_platform.h>

#include <cassert>

#include "absl/types/variant.h"
#include "absl/utility/utility.h"

Expand Down

0 comments on commit bef9085

Please sign in to comment.