Skip to content

Commit 9ed3fb7

Browse files
author
Daniel Kroening
authored
Merge pull request #5556 from tautschnig/fix-missing-include
Add missing include for std::map
2 parents e7c110e + 2732bdb commit 9ed3fb7

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)