Remove PrivateImplPointer in favour of std::unique_ptr
[alexxy/gromacs.git] / src / gromacs / onlinehelp / rstparser.h
index 52eda481e1010dc231b780e78208543f4bc6c6a5..3ac9998433811c9f3b1a5d0e1d80c2cbc0f8430d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2015,2018,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.
@@ -42,6 +42,7 @@
 #ifndef GMX_ONLINEHELP_RSTPARSER_H
 #define GMX_ONLINEHELP_RSTPARSER_H
 
+#include <memory>
 #include <string>
 
 #include "gromacs/utility/classhelpers.h"