Merge pull request #33 from psychocrypt/fix-missingInclude

add missing include
This commit is contained in:
fireice-uk 2017-05-21 07:17:30 +01:00 committed by GitHub
commit 816dbfbdf9
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>