Include <cstdlib> for "strtod" and "strtol"

svn path=/trunk/; revision=32682
This commit is contained in:
Colin Finck 2008-03-14 23:59:55 +00:00
parent cf076f2c7b
commit 32da68f4ea

View file

@ -12,6 +12,7 @@
#include <sstream>
#include <fstream>
#include <cstdio>
#include <cstdlib>
namespace Sysreg_
{