diff options
Diffstat (limited to 'base/thread_local.h')
-rw-r--r-- | base/thread_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/thread_local.h b/base/thread_local.h index ec53da5..3227c83 100644 --- a/base/thread_local.h +++ b/base/thread_local.h @@ -47,6 +47,7 @@ #ifndef BASE_THREAD_LOCAL_H_ #define BASE_THREAD_LOCAL_H_ +#pragma once #include "base/basictypes.h" |