Skip to content

Commit 86cdf85

Browse files
committed
Fix: Fix the build error with PAW.
1 parent 2169cdd commit 86cdf85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/module_elecstate/cal_nelec_nband.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#include "cal_nelec_nband.h"
22
#include "module_base/constants.h"
33
#include "module_parameter/parameter.h"
4+
#ifdef USE_PAW
5+
#include "module_cell/module_paw/paw_cell.h"
6+
#endif
47

58
namespace elecstate {
69

0 commit comments

Comments
 (0)