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 | 82dfc118cc5e591d2b425702af6cb8bbb4a013ef (patch) | |
| tree | 6b73a2a981efd583d7a369359e1af9d9204bdc6f /llvm | |
| parent | 8bb9de9305d0de4677b710d0915a50489bfeac23 (diff) | |
| download | bcm5719-llvm-82dfc118cc5e591d2b425702af6cb8bbb4a013ef.tar.gz bcm5719-llvm-82dfc118cc5e591d2b425702af6cb8bbb4a013ef.zip | |
Fix the build with gcc 4.3 as the host, patch by Zhongxing Xu!
llvm-svn: 55115
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/ADT/APInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/ADT/APInt.h b/llvm/include/llvm/ADT/APInt.h index 25505c836e4..c6256ae8462 100644 --- a/llvm/include/llvm/ADT/APInt.h +++ b/llvm/include/llvm/ADT/APInt.h @@ -21,6 +21,7 @@ #include <cstring> #include <iosfwd> #include <string> +#include <cstring> namespace llvm { class Serializer; |

