C++11: Migrated from strtod to std::stod

This commit is contained in:
Paul Beckingham 2015-11-01 19:44:15 -05:00
parent abc988476d
commit db49efd72f
4 changed files with 6 additions and 5 deletions

View file

@ -27,6 +27,7 @@
#ifndef INCLUDED_ISO8601
#define INCLUDED_ISO8601
#include <string>
#include <Nibbler.h>
#include <time.h>