Skip to content

Commit 1782e8f

Browse files
committed
Include missing map header
<map> is only provided by irep.h when SUB_IS_LIST is not set.
1 parent 55656ff commit 1782e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java_bytecode/java_bytecode_parse_tree.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Author: Daniel Kroening, [email protected]
1111
#define CPROVER_JAVA_BYTECODE_JAVA_BYTECODE_PARSE_TREE_H
1212

1313
#include <set>
14+
#include <map>
1415

1516
#include <util/optional.h>
1617
#include <util/std_code.h>

0 commit comments

Comments
 (0)