X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ftimer.h;h=6435155c6c88d774d87f0bb67385a9e9065d2c30;hp=e18b799d9434ab36b03ac1d8b6787c77d6425ec9;hb=3339d3bce70afe9ae2ca10e9fcfc4b54b748fbf4;hpb=00762c2d9a4240d016150cd7555aee3dad8542ae diff --git a/src/lib/timer.h b/src/lib/timer.h index e18b799d9..6435155c6 100644 --- a/src/lib/timer.h +++ b/src/lib/timer.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2019 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,18 +18,22 @@ */ + /** @file src/timer.h * @brief Some timing classes for debugging and profiling. */ + #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. *