fix build gcc 4.3
authorAndrew Lenharth <andrewl@lenharth.org>
Thu, 2 Oct 2008 20:15:08 +0000 (20:15 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Thu, 2 Oct 2008 20:15:08 +0000 (20:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56965 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PBQP.cpp

index ade9e7ce5323a62a85cc2b9f9d2509df6c70e0d6..00ca2a82f4b424dce6abcbff0186942ace5d9230 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <limits>
 #include <cassert>
+#include <cstring>
 
 #include "PBQP.h"