X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgeminate.h;h=91bb0974210a17b7b2b3110ef7a1b154e365255e;hb=ca364374d27b09e182ef2a7bd099a6ec038ad21e;hp=dc95b06d96329220e8f9413e9b748a57fe203f0f;hpb=9ea20ff4673e495759f222cb2cfb0c89b996ddef;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/geminate.h b/src/gromacs/gmxana/geminate.h index dc95b06d96..91bb097421 100644 --- a/src/gromacs/gmxana/geminate.h +++ b/src/gromacs/gmxana/geminate.h @@ -1,7 +1,7 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2010,2011,2013, by the GROMACS development team, led by + * Copyright (c) 2010,2011,2013,2014, 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. @@ -35,6 +35,11 @@ #ifndef _GEMINATE_H #define _GEMINATE_H +#include + +#include "gromacs/utility/basedefinitions.h" +#include "gromacs/utility/real.h" + enum { gemNULL, gemNONE, gemDD, gemAD, gemAA, gemA4, gemNR };