[TypeSize] Fix module builds (cassert)
authorKristina Brooks <notstina@gmail.com>
Wed, 9 Oct 2019 04:00:03 +0000 (04:00 +0000)
committerKristina Brooks <notstina@gmail.com>
Wed, 9 Oct 2019 04:00:03 +0000 (04:00 +0000)
commit0746aafd89754a2ae9992c4d6394e3b4f3623b1d
tree647ec98c4f093dab3a6fa7b0ca21321d2958a2c5
parent78153b3a9759fa99715cccbb64909d5ebed495eb
[TypeSize] Fix module builds (cassert)

TypeSize.h uses `assert` statements without including
the <cassert> header first which leads to failures
in modular builds.

llvm-svn: 374138
llvm/include/llvm/Support/TypeSize.h