blob: 16e0098e5e0665189f00836f76cbe4a7b8894f5c [file]
#ifndef TATUM_TIMING_REPORTER_FWD_HPP
#define TATUM_TIMING_REPORTER_FWD_HPP
namespace tatum {
//A class for generating timing reports
class TimingReporter;
} //namespace
#endif