mirror of
https://github.com/boostorg/date_time.git
synced 2026-02-24 03:52:16 +00:00
regression fixes
[SVN r20847]
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
#define BOOST_DATE_TIME_NO_MEMBER_INIT
|
||||
#endif
|
||||
|
||||
|
||||
// include these types before we try to re-define them
|
||||
#include "boost/cstdint.hpp"
|
||||
|
||||
//Define INT64_C for some Metrowerks compilers
|
||||
#if (defined(__MWERKS__) && (!defined(INT64_C)))
|
||||
#define INT64_C(value) long long(value)
|
||||
|
||||
Reference in New Issue
Block a user