diff options
Diffstat (limited to 'gdb/common/scope-exit.h')
-rw-r--r-- | gdb/common/scope-exit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/common/scope-exit.h b/gdb/common/scope-exit.h index 8cdbec305ac..003ba9fd6aa 100644 --- a/gdb/common/scope-exit.h +++ b/gdb/common/scope-exit.h @@ -20,6 +20,8 @@ #include <functional> #include <type_traits> + +/* Local subdirectory includes. */ #include "common/preprocessor.h" /* scope_exit is a general-purpose scope guard that calls its exit |