regression fixes

[SVN r20847]
This commit is contained in:
Jeff Garland
2003-11-18 23:26:20 +00:00
parent b44b6bc0c1
commit a3ac6fd873

View File

@@ -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)