Enable output of average pull force and positions.
[alexxy/gromacs.git] / src / gromacs / mdtypes / observableshistory.cpp
index be86a2bedc80ceffcacb6b068afa9cd0fee8d0dc..0b5983a59cc13a32cd26819708307f4e382ed676 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2017, by the GROMACS development team, led by
+ * Copyright (c) 2017,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -39,6 +39,7 @@
 
 #include "gromacs/mdtypes/edsamhistory.h"
 #include "gromacs/mdtypes/energyhistory.h"
+#include "gromacs/mdtypes/pullhistory.h"
 #include "gromacs/mdtypes/swaphistory.h"
 
 ObservablesHistory::ObservablesHistory()  = default;