commit | 0b1654a52874c2a06157f1519b7089639c5d83d8 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <alenhar2@cs.uiuc.edu> | Thu Oct 02 20:15:08 2008 +0000 |
committer | Andrew Lenharth <alenhar2@cs.uiuc.edu> | Thu Oct 02 20:15:08 2008 +0000 |
tree | 8268dbd9c02e847e9fce2fa80956edc5d9e1053c | |
parent | be383d550c7a62dacbe779f43479193acc45f4a2 [diff] [blame] |
fix build gcc 4.3 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56965 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/PBQP.cpp b/lib/CodeGen/PBQP.cpp index ade9e7c..00ca2a8 100644 --- a/lib/CodeGen/PBQP.cpp +++ b/lib/CodeGen/PBQP.cpp
@@ -15,6 +15,7 @@ #include <limits> #include <cassert> +#include <cstring> #include "PBQP.h"