Skip to content

Commit f725f36

Browse files
authored
Merge pull request #2070 from hzeller/20220622-add-missing-iterator
Add missing iterator header.
2 parents 6c93392 + d4fee96 commit f725f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/libvtrutil/src/vtr_flat_map.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef VTR_FLAT_MAP
22
#define VTR_FLAT_MAP
33
#include <functional>
4+
#include <iterator>
45
#include <vector>
56
#include <algorithm>
67
#include <stdexcept>

0 commit comments

Comments
 (0)