From: M. Eric Irrgang Date: Fri, 8 Oct 2021 10:05:22 +0000 (+0300) Subject: Add missing `#include`. X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=2d2f1768b49b903fe057881fef100109f602257e;p=alexxy%2Fgromacs.git Add missing `#include`. --- diff --git a/api/gmxapi/include/gmxapi/mpi/gmxapi_mpi.h b/api/gmxapi/include/gmxapi/mpi/gmxapi_mpi.h index 48ef552355..97209eee68 100644 --- a/api/gmxapi/include/gmxapi/mpi/gmxapi_mpi.h +++ b/api/gmxapi/include/gmxapi/mpi/gmxapi_mpi.h @@ -1,7 +1,7 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2020, by the GROMACS development team, led by + * Copyright (c) 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. @@ -36,6 +36,8 @@ #ifndef GMXAPI_MPI_H #define GMXAPI_MPI_H +#include + #include #include