mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 20:00:11 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user