G4ios.hh not found when trying to build G4MPI

I used the below example commands to try to build MPI compatible g4:

mkdir build
cd build
cmake -DGeant4_DIR=/lib[64]/Geant4-V.m.n
-DG4mpi_DIR=/lib[64]/G4mpi-V.m.n

make

All of the cmake stuff worked out fine, but when I go to build I get:
fatal error: g4ios.hh: No such file or directory

I am using Geant4.10.05.p01, I have used this same G4 install for non MPI related builds and everything works great in that regard. Can anyone help with this error? Thanks.

It is a typo in the source code. Inside the source file, Change it to G4ios.hh and then try. It should work.

Regards,
Sanchit

Of course, I should have realized that looks wrong :). Thank you so much.