lammps compilation broken after Jan 12 changes

Dear lammps users,

Just to let you know that the Jan 12 recent changes broke something. A
make serial yields:

g++ -g -O3 -DLAMMPS_GZIP -I../STUBS -c ../fix_store_state.cpp
../fix_store_state.cpp:1075:6: error: use of undeclared identifier 'DumpCustom'
void DumpCustom::pack_xsu_triclinic(int n)

Probably a missing #include. No problems with the stable Dec 15 version, though.

-- Angel

should be fixed in a few minutes with a 13Jan16 patch …

Thanks,

Steve