From 3cb2291a5a70fc982447c04d2d6cc38e61622f93 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Fri, 2 Nov 2018 22:52:51 -0400 Subject: [PATCH] need to include comm.h now --- src/USER-PLUMED/fix_plumed.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/USER-PLUMED/fix_plumed.cpp b/src/USER-PLUMED/fix_plumed.cpp index feb12716b8..8ab2decbf8 100644 --- a/src/USER-PLUMED/fix_plumed.cpp +++ b/src/USER-PLUMED/fix_plumed.cpp @@ -20,6 +20,7 @@ #include <cstring> #include "atom.h" +#include "comm.h" #include "update.h" #include "force.h" #include "respa.h" -- GitLab