crc32c: add missing header for std::runtime_error
authorStephen Chen <tracelog@fb.com>
Fri, 21 Jul 2017 21:24:04 +0000 (14:24 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 21 Jul 2017 21:27:09 +0000 (14:27 -0700)
commitf90eaa1764a7dda6a1d5246d9d1c5594aaeacac0
tree491f12e085ba4587042bb19bf13344b72394a83f
parent04458d15323e21e0384f9d74bace8c1fcc8895bc
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
folly/detail/Crc32cDetail.cpp