[llvm] r259255 - Need #include <cstdint> for uint64_t

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 29 15:06:15 PST 2016


I think you may really want include/llvm/Support/DataTypes.h

On Fri, Jan 29, 2016 at 2:35 PM, Matthias Braun via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: matze
> Date: Fri Jan 29 16:35:29 2016
> New Revision: 259255
>
> URL: http://llvm.org/viewvc/llvm-project?rev=259255&view=rev
> Log:
> Need #include <cstdint> for uint64_t
>
> Modified:
>     llvm/trunk/lib/IR/AttributeImpl.h
>
> Modified: llvm/trunk/lib/IR/AttributeImpl.h
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/AttributeImpl.h?rev=259255&r1=259254&r2=259255&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/IR/AttributeImpl.h (original)
> +++ llvm/trunk/lib/IR/AttributeImpl.h Fri Jan 29 16:35:29 2016
> @@ -19,8 +19,9 @@
>  #include "llvm/ADT/FoldingSet.h"
>  #include "llvm/IR/Attributes.h"
>  #include "llvm/Support/TrailingObjects.h"
> -#include <string>
>  #include <climits>
> +#include <cstdint>
> +#include <string>
>
>  namespace llvm {
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>



-- 
~Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160129/e2f2b3da/attachment.html>


More information about the llvm-commits mailing list