diff options
Diffstat (limited to 'base/scoped_native_library.h')
-rw-r--r-- | base/scoped_native_library.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/scoped_native_library.h b/base/scoped_native_library.h index 3227dba..41fbe341 100644 --- a/base/scoped_native_library.h +++ b/base/scoped_native_library.h @@ -4,6 +4,7 @@ #ifndef BASE_SCOPED_NATIVE_LIBRARY_H_ #define BASE_SCOPED_NATIVE_LIBRARY_H_ +#pragma once #include "base/file_path.h" #include "base/native_library.h" |