Remove PrivateImplPointer in favour of std::unique_ptr
[alexxy/gromacs.git] / src / gromacs / options / optionmanagercontainer.h
index 0914a10173a496289bcc6b354028ff3bc2947591..cfd343bddc2b89f76395316706f55e10bf75cd9a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014,2015,2017,2019, by the GROMACS development team, led by
+ * Copyright (c) 2014,2015,2017,2019,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,7 @@
 #ifndef GMX_OPTIONS_OPTIONMANAGERCONTAINER_H
 #define GMX_OPTIONS_OPTIONMANAGERCONTAINER_H
 
+#include <memory>
 #include <vector>
 
 #include "gromacs/utility/classhelpers.h"