Skip to content

Commit fedc064

Browse files
author
Daniel Kroening
committed
missing iterator header
1 parent 8296a00 commit fedc064

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jbmc/src/java_bytecode/generic_parameter_specialization_map_keys.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#include "generic_parameter_specialization_map_keys.h"
44

5+
#include <iterator>
6+
57
/// \param type Source type
68
/// \return The vector of implicitly generic and (explicitly) generic type
79
/// parameters of the given type.

0 commit comments

Comments
 (0)