Include <cmath> before using std::pow()
authorJason Molenda <jason@molenda.com>
Thu, 29 Sep 2022 00:35:35 +0000 (17:35 -0700)
committerJason Molenda <jason@molenda.com>
Thu, 29 Sep 2022 00:35:35 +0000 (17:35 -0700)
commit34f3e576806bc91f7ebf3da43cf9c1cbc18c0ba2
tree861b0ce8259ca24a92d12eaa9701194fbd09da56
parentfaaff2cdceac49d2e7c719fe994c5eee343ec818
Include <cmath> before using std::pow()

Not sure why this is failing for me to build tonight, but either
something in a header somewhere changed or my tools changed, and
it is failing to compile.
lldb/unittests/Utility/ScalarTest.cpp