diff options
Diffstat (limited to 'base/native_library.h')
-rw-r--r-- | base/native_library.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/native_library.h b/base/native_library.h index c37e3a4..2bb8497 100644 --- a/base/native_library.h +++ b/base/native_library.h @@ -4,6 +4,7 @@ #ifndef BASE_NATIVE_LIBRARY_H_ #define BASE_NATIVE_LIBRARY_H_ +#pragma once // This file defines a cross-platform "NativeLibrary" type which represents // a loadable module. |