Try to fix Centos 6 build.
authorCarl Hetherington <cth@carlh.net>
Sun, 26 Apr 2020 21:11:15 +0000 (23:11 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 26 Apr 2020 21:11:15 +0000 (23:11 +0200)
src/reel.cc

index 12ec93449b3eb3dd9e1deac7ebfe528e4e11c1f7..036147d683a924738aa62ac50195a0faa0d43121 100644 (file)
 #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;