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