From cbd56db62b7fa5a685bdca2eddefe9d04a1295f8 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 21 Aug 2008 05:36:03 +0000 Subject: [PATCH] Fix build on GCC 4.3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55110 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/APInt.h | 1 + 1 file changed, 1 insertion(+) 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