Remove PrivateImplPointer in favour of std::unique_ptr
[alexxy/gromacs.git] / src / gromacs / options / abstractoptionstorage.h
index f6dd415181c8099a6673806b82124906e8c46c44..b99946639f8fc44aa9958aaf8d7c8d02ab2623fc 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of the GROMACS molecular simulation package.
  *
  * Copyright (c) 2010,2011,2012,2014,2015 by the GROMACS development team.
- * Copyright (c) 2016,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2016,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.
@@ -44,6 +44,7 @@
 #ifndef GMX_OPTIONS_ABSTRACTOPTIONSTORAGE_H
 #define GMX_OPTIONS_ABSTRACTOPTIONSTORAGE_H
 
+#include <memory>
 #include <string>
 #include <vector>