diff options
Diffstat (limited to 'llvm/lib/Support/regex2.h')
-rw-r--r-- | llvm/lib/Support/regex2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Support/regex2.h b/llvm/lib/Support/regex2.h index d81bfbc97d0..19d14cd14ab 100644 --- a/llvm/lib/Support/regex2.h +++ b/llvm/lib/Support/regex2.h @@ -38,6 +38,9 @@ #ifndef LLVM_SUPPORT_REGEX2_H #define LLVM_SUPPORT_REGEX2_H +#include "regutils.h" +#include <stddef.h> + /* * internals of regex_t */ |