Skip to content

Commit 8cc8ef9

Browse files
committed
fix: try fixing the crash
Node.h is needed for macros like `CMK_SMP && USE_CKLOOP`, and "NamdTypes.h" is used for NAMD_UNIFIED_REDUCTION and AtomIDList.
1 parent ce0385b commit 8cc8ef9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

namd/src/colvarproxy_namd.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919

2020
#include "colvarproxy_namd_version.h"
2121

22+
// For NAMD_UNIFIED_REDUCTION and AtomIDList
23+
#include "NamdTypes.h"
24+
// For CMK_SMP && USE_CKLOOP
25+
#include "Node.h"
26+
2227
#include "colvarmodule.h"
2328
#include "colvarproxy.h"
2429
#include "colvarvalue.h"

0 commit comments

Comments
 (0)