Skip to content

Commit 21fb516

Browse files
author
Han Wang
committed
fix bug when compiling with latest lammps
1 parent 7ef426c commit 21fb516

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/lmp/pair_nnp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
#include "Convert.h"
77
#include "pair_nnp.h"
8+
#include "atom.h"
9+
#include "domain.h"
810

911
using namespace LAMMPS_NS;
1012
using namespace std;

0 commit comments

Comments
 (0)