fix compilation on FreeBSD by defining a symbol...
...which enables strtoll and strtoull routines
This commit is contained in:
parent
ea434642b0
commit
b1b383f83a
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
#define DEBUG_THROW(id) throw id;
|
||||
#else
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#define __LONG_LONG_SUPPORTED
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <boost/mpl/set.hpp>
|
||||
|
|
Loading…
Add table
Reference in a new issue