Remove PrivateImplPointer in favour of std::unique_ptr
[alexxy/gromacs.git] / src / gromacs / options / abstractoption.h
index 06883d6db93cd3fe4bb86b1d359b14c9458b55f4..fa34c5dae44f6794261ac5d043f13f9cb7b24fef 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of the GROMACS molecular simulation package.
  *
  * Copyright (c) 2010-2017, The GROMACS development team.
- * Copyright (c) 2019, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -55,6 +55,7 @@
 #ifndef GMX_OPTIONS_ABSTRACTOPTION_H
 #define GMX_OPTIONS_ABSTRACTOPTION_H
 
+#include <memory>
 #include <string>
 #include <vector>