[LLVMdev] Fix build on GCC 4.3
Ted Kremenek
kremenek at apple.com
Wed Aug 20 21:35:04 PDT 2008
Please commit.
On Aug 20, 2008, at 8:02 PM, Zhongxing Xu wrote:
> Index: include/llvm/ADT/APInt.h
> ===================================================================
> --- include/llvm/ADT/APInt.h (revision 55101)
> +++ include/llvm/ADT/APInt.h (working copy)
> @@ -20,6 +20,7 @@
> #include <cassert>
> #include <iosfwd>
> #include <string>
> +#include <cstring>
>
> namespace llvm {
> class Serializer;
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list