From 3067b4f46767df66aa41e4cb01ce71b7f77adb9c Mon Sep 17 00:00:00 2001 From: Benjamin LeCrom <lecrom@ipno.in2p3.fr> Date: Fri, 21 Feb 2014 09:34:14 +0100 Subject: [PATCH] + Fix bug for unknown atoi and atof functions -> include cstdlib header --- NPLib/CATS/TCATSPhysics.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NPLib/CATS/TCATSPhysics.cxx b/NPLib/CATS/TCATSPhysics.cxx index 7b803cc26..a3fe518ee 100644 --- a/NPLib/CATS/TCATSPhysics.cxx +++ b/NPLib/CATS/TCATSPhysics.cxx @@ -25,10 +25,12 @@ using namespace CATS_LOCAL; // STL #include <cmath> +#include <algorithm> #include <sstream> #include <fstream> #include <iostream> #include <set> +#include <cstdlib> using namespace std; // NPL #include "RootInput.h" -- GitLab