aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PBQP.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2008-10-02 20:15:08 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2008-10-02 20:15:08 +0000
commit88ab90b4757e481b627bb61b0eaca5ed2aa22b4d (patch)
tree8268dbd9c02e847e9fce2fa80956edc5d9e1053c /lib/CodeGen/PBQP.cpp
parent8481ee7f521de7e5c82b4c0773e37ce8410271cd (diff)
fix build gcc 4.3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56965 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PBQP.cpp')
-rw-r--r--lib/CodeGen/PBQP.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/PBQP.cpp b/lib/CodeGen/PBQP.cpp
index ade9e7ce53..00ca2a82f4 100644
--- a/lib/CodeGen/PBQP.cpp
+++ b/lib/CodeGen/PBQP.cpp
@@ -15,6 +15,7 @@
#include <limits>
#include <cassert>
+#include <cstring>
#include "PBQP.h"