diff options
Diffstat (limited to 'storage/mroonga/mrn_constants.hpp')
-rw-r--r-- | storage/mroonga/mrn_constants.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/mroonga/mrn_constants.hpp b/storage/mroonga/mrn_constants.hpp index 494e08721bd..5bc6da6b9b6 100644 --- a/storage/mroonga/mrn_constants.hpp +++ b/storage/mroonga/mrn_constants.hpp @@ -22,6 +22,8 @@ #ifndef MRN_CONSTANTS_HPP_ #define MRN_CONSTANTS_HPP_ +#include <limits.h> + #include <groonga.h> #define MRN_BUFFER_SIZE 1024 |