diff options
author | Chris Lattner <sabre@nondot.org> | 2008-08-21 06:25:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-08-21 06:25:28 +0000 |
commit | aac0513ed08f7fd5279912b76d5a1e7cd3e96119 (patch) | |
tree | be5440b39cfba50e5cfdce9c09a5ca92347f3c92 /include/llvm/ADT | |
parent | 89a1a85913fb559c7e0266570738fd9cdf616fa3 (diff) | |
download | external_llvm-aac0513ed08f7fd5279912b76d5a1e7cd3e96119.zip external_llvm-aac0513ed08f7fd5279912b76d5a1e7cd3e96119.tar.gz external_llvm-aac0513ed08f7fd5279912b76d5a1e7cd3e96119.tar.bz2 |
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
Diffstat (limited to 'include/llvm/ADT')
-rw-r--r-- | include/llvm/ADT/APInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 25505c8..c6256ae 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -21,6 +21,7 @@ #include <cstring> #include <iosfwd> #include <string> +#include <cstring> namespace llvm { class Serializer; |