try to fix cygwin compile error

[ci skip]
This commit is contained in:
Daniel Marjamäki 2016-07-21 15:13:27 +02:00
parent 6bcc08e6df
commit 0cf4b82386
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <stdexcept>
#include <vector>
#include <cstring>
#include <cstdlib> // strtoll, etc
#include <sstream>
#include <fstream>
#include <iostream>