Fix issue 'cmath not included'

Issue was present in some C++ compilers, as mentioned by @shane-evolve in issues/1.
This commit is contained in:
Rico Tiongson 2017-10-23 00:16:40 +08:00
parent 7b703d9c5c
commit 0139e476d5

View File

@ -25,6 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <cstdlib>
#include <cstdarg>
#include <cassert>
#include <cmath>
#include <regex>
#include <chrono>
#include <ctime>