Skip to content

Commit 4948767

Browse files
committed
Added missing include for recent versions of MSVC
1 parent 062fb97 commit 4948767

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unittests/unittests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <string>
1414
#include <cstddef>
1515
#include <string>
16+
#include <iterator>
1617

1718
struct MakeSureCustomNewCanPeacefullyCoexist;
1819
void* operator new(size_t size, MakeSureCustomNewCanPeacefullyCoexist* x);

0 commit comments

Comments
 (0)