From: Roland Schulz Date: Thu, 18 Jun 2015 05:58:23 +0000 (-0400) Subject: Fix missing include X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=b9566f8cfaee67f0c39d21e3aab45e51170f89e1;p=alexxy%2Fgromacs.git Fix missing include Didn't compile with MSVC 2013 Change-Id: Ice8af840ba52dc7b6c9fe54c269a641f0ccc3c60 --- diff --git a/src/gromacs/gmxana/gmx_wham.cpp b/src/gromacs/gmxana/gmx_wham.cpp index 9e71686b39..bd8077af8a 100644 --- a/src/gromacs/gmxana/gmx_wham.cpp +++ b/src/gromacs/gmxana/gmx_wham.cpp @@ -49,6 +49,7 @@ #include #include +#include #include #include "gromacs/commandline/pargs.h"