Compilation error - OMP package (tip4p/cut, tip4p/long)

Dear LAMMPS users,

While I was trying to compile the 05Aug13 version with OMP package, I got the following errors, (the same happened to pair_tip4p_long_omp.cpp too)

…/pair_tip4p_cut_omp.cpp(104): error: class “LAMMPS_NS::ThrData” has no member “timer”
thr->timer(ThrData::TIME_START);
^

…/pair_tip4p_cut_omp.cpp(104): error: class “LAMMPS_NS::ThrData” has no member “TIME_START”
thr->timer(ThrData::TIME_START);
^

…/pair_tip4p_cut_omp.cpp(117): error: class “LAMMPS_NS::ThrData” has no member “timer”
thr->timer(ThrData::TIME_PAIR);
^

…/pair_tip4p_cut_omp.cpp(117): error: class “LAMMPS_NS::ThrData” has no member “TIME_PAIR”
thr->timer(ThrData::TIME_PAIR);

I think these seems to be something wrong with the codes, could anybody help?

Best
Ming