diff options
Diffstat (limited to 'base/lock.h')
-rw-r--r-- | base/lock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/lock.h b/base/lock.h index 64b8f74..a9b2f88 100644 --- a/base/lock.h +++ b/base/lock.h @@ -4,6 +4,7 @@ #ifndef BASE_LOCK_H_ #define BASE_LOCK_H_ +#pragma once #include "base/lock_impl.h" |