Remove PrivateImplPointer in favour of std::unique_ptr
[alexxy/gromacs.git] / src / testutils / include / testutils / stdiohelper.h
index c46df9bf5fd53bab15b4d188f256995fcdf664cb..0c632b834d0afd33e812aac5f44c840088a87240 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2013,2014,2017,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2017,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.
@@ -43,6 +43,8 @@
 #ifndef GMX_TESTUTILS_STDIOHELPER_H
 #define GMX_TESTUTILS_STDIOHELPER_H
 
+#include <memory>
+
 #include "gromacs/utility/classhelpers.h"
 
 namespace gmx