Commit 4ddf7c40 authored by Steven Johnson's avatar Steven Johnson Committed by Wenzel Jakob
Browse files

Add missing includes for better Bazel compatibility (#1255)

Bazel has a "strict" build model that requires all C++ header files be compilable on their own, and thus must explicitly #include all headers they require (even if de facto header inclusion order means they'd get them "for free"). This adds a couple of headers that are needed (but missing) by this model.
parent 979d75de
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment