commit | 2ec8b1506ad6953e6388e434d97df8754416320e | [log] [tgz] |
---|---|---|
author | Vassil Vassilev <v.g.vassilev@gmail.com> | Wed Sep 14 08:55:18 2016 +0000 |
committer | Vassil Vassilev <v.g.vassilev@gmail.com> | Wed Sep 14 08:55:18 2016 +0000 |
tree | 55f58724f9890ad42bd24e387a3b5d7778c6d4a9 | |
parent | e05336ffa192646ed8814963a4b0a5ec7400172b [diff] [blame] |
Missing includes. llvm-svn: 281450
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp index 318ce10..0c0b498 100644 --- a/llvm/lib/Support/APInt.cpp +++ b/llvm/lib/Support/APInt.cpp
@@ -22,10 +22,10 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/MathExtras.h" #include "llvm/Support/raw_ostream.h" +#include <climits> #include <cmath> #include <cstdlib> #include <cstring> -#include <limits> using namespace llvm; #define DEBUG_TYPE "apint"