From: Nick Lewycky Date: Thu, 21 Aug 2008 05:36:03 +0000 (+0000) Subject: Fix build on GCC 4.3. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cbd56db62b7fa5a685bdca2eddefe9d04a1295f8;p=oota-llvm.git Fix build on GCC 4.3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55110 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 8c6034809f2..25505c836e4 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -18,6 +18,7 @@ #include "llvm/Support/DataTypes.h" #include "llvm/Support/MathExtras.h" #include +#include #include #include