From 4edceb2e30b2e5cc207f365c12fe35dd9c003cc4 Mon Sep 17 00:00:00 2001
From: Veronique Legrand <vlegrand@pasteur.fr>
Date: Mon, 10 May 2021 11:47:10 +0200
Subject: [PATCH] fixec compilation issue under linux

---
 src/unit_test_math_utils.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/unit_test_math_utils.cpp b/src/unit_test_math_utils.cpp
index a549c41..cee4d47 100644
--- a/src/unit_test_math_utils.cpp
+++ b/src/unit_test_math_utils.cpp
@@ -6,6 +6,7 @@
  */
 #include <iostream>
 #include <cassert>
+#include <climits>
 #include <cmath>
 #include "math_utils.h"
 
-- 
GitLab