fix compilation in MSVC
This commit is contained in:
parent
2269b8fb82
commit
a8ad747435
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue