diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/IR/AttributeImpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h index baaf1092e04..0cb60a49c65 100644 --- a/llvm/lib/IR/AttributeImpl.h +++ b/llvm/lib/IR/AttributeImpl.h @@ -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 { |

