diff options
Diffstat (limited to 'src/include/regex/regex2.h')
-rw-r--r-- | src/include/regex/regex2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/regex/regex2.h b/src/include/regex/regex2.h index 25d7853c420..d6cb23a5d34 100644 --- a/src/include/regex/regex2.h +++ b/src/include/regex/regex2.h @@ -39,6 +39,8 @@ #include "postgres.h" +#include "limits.h" + /* * First, the stuff that ends up in the outside-world include file */ |