Skip to content

Commit 2647632

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.
1 parent d460249 commit 2647632

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
@@ -30,6 +30,7 @@ Author: Malte Mues <[email protected]>
3030

3131
#include <exception>
3232
#include <forward_list>
33+
#include <map>
3334

3435
#include <util/exception_utils.h>
3536

0 commit comments

Comments
 (0)