small IWYU fix

This commit is contained in:
Axel Kohlmeyer
2022-12-13 20:55:53 -05:00
parent cf0a16a33c
commit 08a257c361
2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,6 @@
#include <algorithm>
#include <cmath>
#include <cstring>
#include <vector>
using namespace LAMMPS_NS;
using namespace FixConst;

View File

@ -42,7 +42,7 @@ class FixSemiGrandCanonicalMC : public Fix {
int setmask() override;
void init() override;
void init_list(int id, NeighList *ptr) override;
void init_list(int id, class NeighList *ptr) override;
void post_force(int vflag) override;
double compute_vector(int index) override;