Skip to content

Commit 40f65b0

Browse files
author
Daniel Kroening
committed
missing <iterator> header
1 parent 6877b21 commit 40f65b0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

jbmc/src/java_bytecode/generic_parameter_specialization_map_keys.cpp

+2
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.

src/goto-instrument/cover_instrument_mcdc.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Author: Daniel Kroening
1414
#include <langapi/language_util.h>
1515

1616
#include <algorithm>
17+
#include <iterator>
1718

1819
#include "cover_util.h"
1920

src/solvers/refinement/string_builtin_function.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include "string_builtin_function.h"
55

66
#include <algorithm>
7+
#include <iterator>
8+
79
#include "string_constraint_generator.h"
810

911
/// Get the valuation of the string, given a valuation

0 commit comments

Comments
 (0)