we need int64_t for both LAMMPS_BIGBIG and LAMMPS_SMALLBIG

This commit is contained in:
Axel Kohlmeyer
2019-10-17 07:38:28 -04:00
parent 108b9a0a36
commit 09c15ee630

View File

@ -17,7 +17,7 @@
*/
#include <mpi.h>
#ifdef LAMMPS_BIGBIG
#if defined(LAMMPS_BIGBIG) || defined(LAMMPS_SMALLBIG)
#include <inttypes.h> /* for int64_t */
#endif