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.
This commit is contained in:
Jason Molenda
2022-09-28 17:35:35 -07:00
parent faaff2cdce
commit 34f3e57680

View File

@@ -15,6 +15,8 @@
#include "lldb/Utility/StreamString.h"
#include "llvm/Testing/Support/Error.h"
#include <cmath>
using namespace lldb_private;
using llvm::APFloat;
using llvm::APInt;