[llvm-commits] [llvm] r55115 - /llvm/trunk/include/llvm/ADT/APInt.h
Chris Lattner
sabre at nondot.org
Wed Aug 20 23:25:28 PDT 2008
Author: lattner
Date: Thu Aug 21 01:25:28 2008
New Revision: 55115
URL: http://llvm.org/viewvc/llvm-project?rev=55115&view=rev
Log:
Fix the build with gcc 4.3 as the host, patch by Zhongxing Xu!
Modified:
llvm/trunk/include/llvm/ADT/APInt.h
Modified: llvm/trunk/include/llvm/ADT/APInt.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APInt.h?rev=55115&r1=55114&r2=55115&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/APInt.h (original)
+++ llvm/trunk/include/llvm/ADT/APInt.h Thu Aug 21 01:25:28 2008
@@ -21,6 +21,7 @@
#include <cstring>
#include <iosfwd>
#include <string>
+#include <cstring>
namespace llvm {
class Serializer;
More information about the llvm-commits
mailing list