Remove PrivateImplPointer in favour of std::unique_ptr
[alexxy/gromacs.git] / src / programs / mdrun / tests / moduletest.h
index d29ebe15d30ef32b7efd9f430a36831ebafa5443..516bb8b5c09cdbbe92c978c0cab2eb64b374e055 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of the GROMACS molecular simulation package.
  *
  * Copyright (c) 2013,2014,2015,2016,2017 by the GROMACS development team.
- * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2018,2019,2020,2021, 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.
@@ -50,6 +50,8 @@
 
 #include <gtest/gtest.h>
 
+#include <memory>
+
 #include "gromacs/utility/classhelpers.h"
 #include "gromacs/utility/gmxmpi.h"