Adding missing header file

This commit is contained in:
jtclemm
2024-07-25 18:15:34 -06:00
parent 3deffb0dfd
commit 68a6bc0693
6 changed files with 23 additions and 13 deletions

View File

@ -24,15 +24,18 @@
------------------------------------------------------------------------- */
#include "fix_smd_integrate_ulsph.h"
#include "atom.h"
#include "comm.h"
#include "domain.h"
#include "error.h"
#include "force.h"
#include "pair.h"
#include "update.h"
#include <cmath>
#include <cstring>
#include <Eigen/Eigen>
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "update.h"
#include "error.h"
#include "pair.h"
using namespace Eigen;
using namespace LAMMPS_NS;