Build target linear algebra error

GROMACS version: 2020.2
GROMACS modification: No
The complete error is:

[ 24%] Building CXX object src/gromacs/linearalgebra/CMakeFiles/linearalgebra.dir/gmx_lapack/strtri.cpp.obj
[ 24%] Built target linearalgebra
make: *** [Makefile:182: all] Error 2

C:\Users\Stephen\Apps\BuildGromacs\gromacs-2020.2\build>

I am following the instructions in:

https://github.com/wakwanza/GROMACS_Installation.

I have put the make.log, CMakeError.log and CMakeOutput.log in my Dropbox at:

All of the dependencies, as far as I can tell,are installed and up to date.

At this point I am completely at a loss and woudl greatly appreciate assistance.

Thanks in advance.

Hi Steve,

Can you try to add

#include

along with the other #includes at the top of the following files

src/gromacs/awh/biasstate.h
and
src/gromacs/gmxpreprocess/gpp_atomtype.h ?