diff options
Diffstat (limited to 'base/timer.h')
-rw-r--r-- | base/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/timer.h b/base/timer.h index a6d18bc..0de7c79 100644 --- a/base/timer.h +++ b/base/timer.h @@ -40,6 +40,7 @@ #ifndef BASE_TIMER_H_ #define BASE_TIMER_H_ +#pragma once // IMPORTANT: If you change timer code, make sure that all tests (including // disabled ones) from timer_unittests.cc pass locally. Some are disabled |