Fix missing strtoll declaration with MinGW-w64

This commit is contained in:
Ignacio R. Morelle 2015-07-21 22:39:58 -03:00
parent d35082e9e8
commit e6ece8f147

View file

@ -52,6 +52,7 @@
#include "global.hpp"
#include <cstdlib>
#include <string>
#include <sstream>
#include <boost/mpl/set.hpp>