diff options
Diffstat (limited to 'base/thread_local_storage.h')
-rw-r--r-- | base/thread_local_storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/thread_local_storage.h b/base/thread_local_storage.h index 6e693a0..b37a53c 100644 --- a/base/thread_local_storage.h +++ b/base/thread_local_storage.h @@ -4,6 +4,7 @@ #ifndef BASE_THREAD_LOCAL_STORAGE_H_ #define BASE_THREAD_LOCAL_STORAGE_H_ +#pragma once #include "base/basictypes.h" |