diff options
Diffstat (limited to 'timer.h')
-rw-r--r-- | timer.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#ifndef UTILS_TIMER_H +#define UTILS_TIMER_H + #include <cstdint> #include <ctime> @@ -62,3 +65,5 @@ struct scoped_timer { }; } // namespace timer + +#endif |