diff options
Diffstat (limited to 'base/lazy_instance.h')
-rw-r--r-- | base/lazy_instance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/lazy_instance.h b/base/lazy_instance.h index d639348..57f8aeb5 100644 --- a/base/lazy_instance.h +++ b/base/lazy_instance.h @@ -34,6 +34,7 @@ #ifndef BASE_LAZY_INSTANCE_H_ #define BASE_LAZY_INSTANCE_H_ +#pragma once #include "base/atomicops.h" #include "base/basictypes.h" |