Fix implicit includes through string_piece.h

The code was relying on string_piece.h to provide the (D)CHECK macros and
std::vector (via logging.h). Include the appropriate headers instead.

This is motivated by a Chromium change which will make string_piece.h no longer
include logging.h.

gfe-relnote: n/a (include fix only)
PiperOrigin-RevId: 306832924
Change-Id: I7618f6e80ad696a46ecbf36a1f11c6b04c9bb6a5
3 files changed
tree: 6050dc588d2ef9d3b86d40021238273fddfa86bd
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.