[llvm-commits] [llvm] r56965 - /llvm/trunk/lib/CodeGen/PBQP.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Thu Oct 2 13:15:11 PDT 2008
Author: alenhar2
Date: Thu Oct 2 15:15:08 2008
New Revision: 56965
URL: http://llvm.org/viewvc/llvm-project?rev=56965&view=rev
Log:
fix build gcc 4.3
Modified:
llvm/trunk/lib/CodeGen/PBQP.cpp
Modified: llvm/trunk/lib/CodeGen/PBQP.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PBQP.cpp?rev=56965&r1=56964&r2=56965&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/PBQP.cpp (original)
+++ llvm/trunk/lib/CodeGen/PBQP.cpp Thu Oct 2 15:15:08 2008
@@ -15,6 +15,7 @@
#include <limits>
#include <cassert>
+#include <cstring>
#include "PBQP.h"
More information about the llvm-commits
mailing list