Skip to content
Snippets Groups Projects
Commit c3d9be9c authored by Christian Engwer's avatar Christian Engwer
Browse files

include cstdlib... required for atoi and atof

[[Imported from SVN: r5115]]
parent 99714fb6
Branches
Tags
No related merge requests found
......@@ -2,6 +2,8 @@
// vi: set et ts=4 sw=2 sts=2:
#include "configparser.hh"
#include <cstdlib>
#include <string>
#include <sstream>
#include <fstream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment