From f8e14de052ddd1c3b8560b3042c37dcc5fd5ae84 Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Tue, 21 Apr 2015 08:45:56 +0100 Subject: [PATCH] * Fixing missing include for pesky gcc --- NPLib/Core/NPDetectorManager.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/NPLib/Core/NPDetectorManager.cxx b/NPLib/Core/NPDetectorManager.cxx index ea9ac4ddc..88ffff152 100644 --- a/NPLib/Core/NPDetectorManager.cxx +++ b/NPLib/Core/NPDetectorManager.cxx @@ -26,6 +26,7 @@ #include <sstream> #include <fstream> #include <cstdlib> +#include <limits> #include <set> // NPL #include "NPDetectorFactory.h" -- GitLab