Skip to content

Commit 66590b4

Browse files
committed
build: missing iterator header added to inplace_vector
1 parent d965383 commit 66590b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/include/mp-units/ext/inplace_vector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import std;
3333
#else
3434
#include <concepts>
3535
#include <cstddef>
36+
#include <iterator>
3637
#if MP_UNITS_HOSTED
3738
#include <stdexcept>
3839
#endif

0 commit comments

Comments
 (0)