Skip to content

Commit 114326f

Browse files
committed
Add missing include for std::map
The file relies on irep.h providing std::map, which it does not do if setting NAMED_SUB_IS_FORWARD_LIST.
1 parent 27f2a8a commit 114326f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/irep_hash_container.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Author: Daniel Kroening, [email protected]
1212
#ifndef CPROVER_UTIL_IREP_HASH_CONTAINER_H
1313
#define CPROVER_UTIL_IREP_HASH_CONTAINER_H
1414

15+
#include <map>
1516
#include <vector>
1617

1718
#include "irep.h"

0 commit comments

Comments
 (0)