diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/reel.cc b/src/reel.cc index 12ec9344..036147d6 100644 --- a/src/reel.cc +++ b/src/reel.cc @@ -53,6 +53,11 @@ #include <boost/foreach.hpp> #include <stdint.h> +/* Centos 6 does not have this */ +#ifndef INT64_MAX +#define INT64_MAX 0x7fffffffffffffff +#endif + using std::string; using std::list; using std::cout; |
