lammps.h must include cstdio and mpi.h

This commit is contained in:
Axel Kohlmeyer
2019-06-27 22:14:06 -04:00
parent 2c119551f7
commit a5cb6ddd4a

View File

@ -14,6 +14,8 @@
#ifndef LMP_LAMMPS_H
#define LMP_LAMMPS_H
#include <mpi.h>
#include <cstdio>
namespace LAMMPS_NS {