added cstring to includes

This commit is contained in:
Sievers
2020-02-27 11:37:02 -07:00
parent 35f4a62566
commit 10fa9aa074

View File

@ -16,6 +16,7 @@
------------------------------------------------------------------------- */
#include "fix_numdiff.h"
#include <cstring>
#include <mpi.h>
#include <memory.h>
#include "atom.h"
@ -31,7 +32,6 @@
#include "dihedral.h"
#include "improper.h"
#include "kspace.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;