diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2008-10-02 20:15:08 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2008-10-02 20:15:08 +0000 |
commit | 72a9e7367c0ce0232a5c92a1023b0e6fbf6fbb01 (patch) | |
tree | a4e9a4b2e886455bdf830ce635a182b569cec2e1 /llvm/lib/CodeGen/PBQP.cpp | |
parent | c5b45fec6be887889cc314d2ef9732a357be3284 (diff) | |
download | bcm5719-llvm-72a9e7367c0ce0232a5c92a1023b0e6fbf6fbb01.tar.gz bcm5719-llvm-72a9e7367c0ce0232a5c92a1023b0e6fbf6fbb01.zip |
fix build gcc 4.3
llvm-svn: 56965
Diffstat (limited to 'llvm/lib/CodeGen/PBQP.cpp')
-rw-r--r-- | llvm/lib/CodeGen/PBQP.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/PBQP.cpp b/llvm/lib/CodeGen/PBQP.cpp index ade9e7ce532..00ca2a82f4b 100644 --- a/llvm/lib/CodeGen/PBQP.cpp +++ b/llvm/lib/CodeGen/PBQP.cpp @@ -15,6 +15,7 @@ #include <limits> #include <cassert> +#include <cstring> #include "PBQP.h" |