From aac0513ed08f7fd5279912b76d5a1e7cd3e96119 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 21 Aug 2008 06:25:28 +0000 Subject: [PATCH] Fix the build with gcc 4.3 as the host, patch by Zhongxing Xu! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55115 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 25505c836e4..c6256ae8462 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -21,6 +21,7 @@ #include #include #include +#include namespace llvm { class Serializer; -- 2.34.1