From 5acc1161e26bdb98e47be591878252cf900d6fa9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 26 Apr 2020 23:11:15 +0200 Subject: Try to fix Centos 6 build. --- src/reel.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 #include +/* Centos 6 does not have this */ +#ifndef INT64_MAX +#define INT64_MAX 0x7fffffffffffffff +#endif + using std::string; using std::list; using std::cout; -- cgit v1.2.3