Skip to content

Commit e7ae80c

Browse files
committed
fix ndslice.h
1 parent 3e5751f commit e7ae80c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/mir/ndslice.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Authors: Ilya Yaroshenko
1616
#include <cstddef>
1717
#include <cstdint>
1818
#include <stdexcept>
19+
#include <iterator>
1920

2021
#if INTPTR_MAX == INT32_MAX
2122
#define mir_size_t unsigned int

0 commit comments

Comments
 (0)