diff options
Diffstat (limited to 'base/scoped_handle_win.h')
-rw-r--r-- | base/scoped_handle_win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/scoped_handle_win.h b/base/scoped_handle_win.h index 1f4cdbe..4011a18 100644 --- a/base/scoped_handle_win.h +++ b/base/scoped_handle_win.h @@ -4,6 +4,7 @@ #ifndef BASE_SCOPED_HANDLE_WIN_H_ #define BASE_SCOPED_HANDLE_WIN_H_ +#pragma once #include <windows.h> |