From: Chris Lattner Date: Thu, 21 Aug 2008 06:25:28 +0000 (+0000) Subject: Fix the build with gcc 4.3 as the host, patch by Zhongxing Xu! X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=aac0513ed08f7fd5279912b76d5a1e7cd3e96119 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 --- 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;