Skip to content

Commit 16072c1

Browse files
committed
Add missing std::map include
irep.h provides std::map if, and only if, NAMED_SUB_IS_FORWARD_LIST is not set. Also cleanup include guards (pushing them to be the outermost preprocessor directives) and indentation of includes.
1 parent 09875c3 commit 16072c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/memory-analyzer/gdb_api.h

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Author: Malte Mues <[email protected]>
2121

2222
#include <exception>
2323
#include <forward_list>
24+
#include <map>
2425

2526
#include <util/exception_utils.h>
2627

0 commit comments

Comments
 (0)