Skip to content

Commit cfc0744

Browse files
committed
add exx for compile
1 parent da68912 commit cfc0744

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/module_cell/bcast_cell.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#include "unitcell.h"
22
#include "module_base/parallel_common.h"
33
#include "module_parameter/parameter.h"
4+
#ifdef __EXX
5+
#include "module_ri/serialization_cereal.h"
6+
#include "module_hamilt_pw/hamilt_pwdft/global.h"
7+
#endif
48
namespace unitcell
59
{
610
void bcast_atoms(Atom* atoms,

0 commit comments

Comments
 (0)