X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftimer.h;h=8c4b046bf7e761fc57bf2cde5d4d8496bdccdc03;hb=e894cfe3d891135d1b92b62603a464e42bd6ed5c;hp=f509a7492888178d6192d0c4af8ec2e38d30d7d4;hpb=bb767c7e338414beee132af3e96829c1448e214b;p=dcpomatic.git diff --git a/src/lib/timer.h b/src/lib/timer.h index f509a7492..8c4b046bf 100644 --- a/src/lib/timer.h +++ b/src/lib/timer.h @@ -22,12 +22,12 @@ * @brief Some timing classes for debugging and profiling. */ -#ifndef DVDOMATIC_TIMER_H -#define DVDOMATIC_TIMER_H +#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. @@ -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