From 9b6d0b491a9ba5715650dda7b310525b31a4e137 Mon Sep 17 00:00:00 2001 From: "Michael D. Reiley" Date: Mon, 2 Nov 2015 18:35:14 -0800 Subject: [PATCH] Fix INT_MAX definition on some newer systems. --- src/string.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/string.cpp b/src/string.cpp index 02cf62b..b40a3de 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -24,6 +24,7 @@ // IN THE SOFTWARE. // ********** +#include #include #include #include -- 2.11.4.GIT