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

@ -12,6 +12,7 @@
------------------------------------------------------------------------- */
#include <mpi.h>
#include <climits>
#include <cstdio>
#include <cstdlib>
#include <cstring>
@ -25,7 +26,6 @@
#include "modify.h"
#include "fix.h"
#include "compute.h"
#include "output.h"
#include "update.h"
#include "domain.h"
#include "group.h"