diff options
Diffstat (limited to 'llvm/lib/Support/regcclass.h')
-rw-r--r-- | llvm/lib/Support/regcclass.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/regcclass.h b/llvm/lib/Support/regcclass.h index 7fd66046cd8..0b577bb2f24 100644 --- a/llvm/lib/Support/regcclass.h +++ b/llvm/lib/Support/regcclass.h @@ -40,6 +40,8 @@ #ifndef LLVM_SUPPORT_REGCCLASS_H #define LLVM_SUPPORT_REGCCLASS_H +#include <stddef.h> + /* character-class table */ static struct cclass { const char *name; |