diff options
Diffstat (limited to 'base/weak_ptr.h')
-rw-r--r-- | base/weak_ptr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/weak_ptr.h b/base/weak_ptr.h index 6dbc9e2..a4222f3 100644 --- a/base/weak_ptr.h +++ b/base/weak_ptr.h @@ -50,6 +50,7 @@ #ifndef BASE_WEAK_PTR_H_ #define BASE_WEAK_PTR_H_ +#pragma once #include "base/logging.h" #include "base/non_thread_safe.h" |