X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftimer.h;h=4293fee0deefd5abe5fd23c8ef84d72be4462d63;hb=d456cc07a466329a4c07e5c13322b34814e6489e;hp=173d0d961f44daed81d3145d4c5a24d3edfe8c75;hpb=f90e90cdec39c7959c26e8199ee2170cedb4f256;p=dcpomatic.git diff --git a/src/lib/timer.h b/src/lib/timer.h index 173d0d961..4293fee0d 100644 --- a/src/lib/timer.h +++ b/src/lib/timer.h @@ -25,9 +25,9 @@ #ifndef DCPOMATIC_TIMER_H #define DCPOMATIC_TIMER_H +#include #include #include -#include /** @class PeriodTimer * @brief A class to allow timing of a period within the caller. @@ -39,7 +39,7 @@ class PeriodTimer public: PeriodTimer (std::string n); ~PeriodTimer (); - + private: /** name to use when giving output */ @@ -53,7 +53,7 @@ private: * spends in one of a set of states. * * Once constructed, the caller can call set_state() whenever - * its state changes. When StateTimer is destroyed, it will + * its state changes. When StateTimer is destroyed, it will * output (to cout) a summary of the time spent in each state. */ class StateTimer