Skip to content
Snippets Groups Projects
Commit 3067b4f4 authored by Benjamin LeCrom's avatar Benjamin LeCrom
Browse files

+ Fix bug for unknown atoi and atof functions

  -> include cstdlib header
parent 5d3a9399
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,12 @@ using namespace CATS_LOCAL; ...@@ -25,10 +25,12 @@ using namespace CATS_LOCAL;
// STL // STL
#include <cmath> #include <cmath>
#include <algorithm>
#include <sstream> #include <sstream>
#include <fstream> #include <fstream>
#include <iostream> #include <iostream>
#include <set> #include <set>
#include <cstdlib>
using namespace std; using namespace std;
// NPL // NPL
#include "RootInput.h" #include "RootInput.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment