fix windows compile array->pair
The windows compile failed for the recent Dark Guiding MR. It seemed to fail on the declaration std::array<Seconds, 2> I converted this to std::pair<Seconds, Seconds> in hopes of fixing the compile.
The windows compile failed for the recent Dark Guiding MR. It seemed to fail on the declaration std::array<Seconds, 2> I converted this to std::pair<Seconds, Seconds> in hopes of fixing the compile.