From 3339d3bce70afe9ae2ca10e9fcfc4b54b748fbf4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 8 Apr 2021 21:32:44 +0200 Subject: Assorted C++11/formatting cleanups. --- src/lib/timer.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lib/timer.h') 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. * -- cgit v1.2.3