include <cstdio> explicitly in .cpp files, though

This commit is contained in:
Axel Kohlmeyer
2019-06-27 10:13:43 -04:00
parent 333bec0222
commit 48220b39b5
6 changed files with 6 additions and 4 deletions

View File

@ -11,6 +11,8 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "lmptype.h"
#include <mpi.h>
#include <cmath>
#include "atom.h"
#include "comm.h"