crc32c: add missing header for std::runtime_error
Summary: On the non sse42 path, we throw std::runtime_error, but Crc32cDetail.cpp is missing the header for it so it fails to compile on aarch64. Reviewed By: yfeldblum Differential Revision: D5468906 fbshipit-source-id: 2d5408621cb2b6758d3501407ed3d2a40d79f1b0
Showing
Please register or sign in to comment