Added stdio include (#67)

Added stdio include which was needed to compile on MinGW
0.8
Scellow 2017-02-03 00:55:15 +01:00 committed by Bruno Van de Velde
parent 3559fa530c
commit 9826be9544
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <vector>
#include <string>
#include <map>
#include <cstdio>
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////