add missing include

add include `math.h`
This commit is contained in:
psychocrypt 2017-05-15 21:00:59 +02:00
parent 4a8f0e3b32
commit 7d176e7d2f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
#ifdef _WIN32
#include <windows.h>