Skip to content

Commit 7b4931a

Browse files
Build fails on windows due to missing include
1 parent e92d747 commit 7b4931a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/nfa.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <cstddef>
1111
#include <fstream>
1212
#include <iosfwd>
13+
#include <iterator>
1314
#include <unordered_map>
1415
#include <unordered_set>
1516
#include <vector>

0 commit comments

Comments
 (0)