diff options
Diffstat (limited to 'gdb/common/common-defs.h')
-rw-r--r-- | gdb/common/common-defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h index b82906f..5426dd5 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -82,4 +82,7 @@ #define EXTERN_C_PUSH extern "C" { #define EXTERN_C_POP } +/* Pull in gdb::unique_ptr and gdb::unique_xmalloc_ptr. */ +#include "common/gdb_unique_ptr.h" + #endif /* COMMON_DEFS_H */ |