Skip to content

Commit 71eaad6

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 230e525 commit 71eaad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/memory-analyzer/gdb_api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Author: Malte Mues <[email protected]>
2222
#include <algorithm>
2323
#include <exception>
2424
#include <forward_list>
25+
#include <map>
2526

2627
#include <util/exception_utils.h>
2728

0 commit comments

Comments
 (0)