Commit 10fa9aa0 authored by Sievers's avatar Sievers
Browse files

added cstring to includes

parent 35f4a625
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;