headers that directly or indirectly include pointers.h may assume <cstdio> is loaded, too.

This commit is contained in:
Axel Kohlmeyer
2019-06-27 10:12:53 -04:00
parent 84e156d380
commit 333bec0222
9 changed files with 1 additions and 12 deletions

View File

@ -23,7 +23,7 @@
#include "lmptype.h" // IWYU pragma: export
#include <mpi.h>
#include <cstdio>
#include <cstdio> // IWYU pragma: export
#include "lammps.h" // IWYU pragma: export
namespace LAMMPS_NS {