forked from OSchip/llvm-project
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Debian.) llvm-svn: 12986
This commit is contained in:
parent
8bd536a311
commit
174633b078
|
@ -76,6 +76,7 @@
|
|||
#include "llvm/Support/ConstantRange.h"
|
||||
#include "llvm/Support/InstIterator.h"
|
||||
#include "Support/Statistic.h"
|
||||
#include <cmath>
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include "llvm/Transforms/Utils/Local.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/Instructions.h"
|
||||
#include <cmath>
|
||||
using namespace llvm;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue