diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2008-08-21 05:36:03 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2008-08-21 05:36:03 +0000 |
| commit | ea3637a50da9ae3e955562dc89e0650f8a3c8fb8 (patch) | |
| tree | 4c68bf316bbc8ab6670ff094bc4a8c8d86917827 /llvm | |
| parent | 66dd6382e44fe7800637dc9dbff10e2e06d5a7b6 (diff) | |
| download | bcm5719-llvm-ea3637a50da9ae3e955562dc89e0650f8a3c8fb8.tar.gz bcm5719-llvm-ea3637a50da9ae3e955562dc89e0650f8a3c8fb8.zip | |
Fix build on GCC 4.3.
llvm-svn: 55110
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 8c6034809f2..25505c836e4 100644 --- a/llvm/include/llvm/ADT/APInt.h +++ b/llvm/include/llvm/ADT/APInt.h @@ -18,6 +18,7 @@ #include "llvm/Support/DataTypes.h" #include "llvm/Support/MathExtras.h" #include <cassert> +#include <cstring> #include <iosfwd> #include <string> |

