we need int64_t for both LAMMPS_BIGBIG and LAMMPS_SMALLBIG
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <mpi.h>
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#if defined(LAMMPS_BIGBIG) || defined(LAMMPS_SMALLBIG)
|
||||
#include <inttypes.h> /* for int64_t */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user