From 383f332d20187a0a710c02ff396c5f3b0e73cc47 Mon Sep 17 00:00:00 2001 From: Basil Aljamal Date: Thu, 6 May 2021 15:46:50 +0100 Subject: [PATCH] src/conn.cpp: add limits header to fix 'numeric_limits' is not a member of 'std' --- src/conn.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conn.cpp b/src/conn.cpp index 59969b3..8435e86 100644 --- a/src/conn.cpp +++ b/src/conn.cpp @@ -4,6 +4,8 @@ * in file LICENSE that is included with this distribution. */ +#include + #include #include