forked from catchorg/Catch2
Added missing <iterator> #include
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
#include <string>
|
||||
#include <assert.h>
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
|
||||
namespace Catch {
|
||||
namespace TestCaseTracking {
|
||||
|
Reference in New Issue
Block a user