aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/APInt.cpp
diff options
context:
space:
mode:
authorVassil Vassilev <v.g.vassilev@gmail.com>2016-09-14 08:55:18 +0000
committerVassil Vassilev <v.g.vassilev@gmail.com>2016-09-14 08:55:18 +0000
commit2ec8b1506ad6953e6388e434d97df8754416320e (patch)
tree55f58724f9890ad42bd24e387a3b5d7778c6d4a9 /llvm/lib/Support/APInt.cpp
parente05336ffa192646ed8814963a4b0a5ec7400172b (diff)
downloadllvm-2ec8b1506ad6953e6388e434d97df8754416320e.zip
llvm-2ec8b1506ad6953e6388e434d97df8754416320e.tar.gz
llvm-2ec8b1506ad6953e6388e434d97df8754416320e.tar.bz2
Missing includes.
llvm-svn: 281450
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
-rw-r--r--llvm/lib/Support/APInt.cpp2
1 files changed, 1 insertions, 1 deletions
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"