fix compilation in MSVC

This commit is contained in:
Anonymissimus 2011-11-28 15:52:13 +00:00
parent 2269b8fb82
commit a8ad747435

View file

@ -46,6 +46,11 @@
#define __LONG_LONG_SUPPORTED
#endif
#ifdef _MSC_VER
#define strtoll _strtoi64
#define strtoull _strtoui64
#endif
#include <string>
#include <sstream>
#include <boost/mpl/set.hpp>