Skip to content

Commit 0d6fd73

Browse files
authored
Fix build for LLVM's remove transitive includes (KhronosGroup#6802)
In the latest LLVM roll this file requires the iterator header for std::back_inserter I believe LLVM has recently removed transitive includes by default, see: llvm/llvm-project@ce5b2e8
1 parent 470d693 commit 0d6fd73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/val/validate_cfg.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <cassert>
1616
#include <functional>
1717
#include <iostream>
18+
#include <iterator>
1819
#include <map>
1920
#include <string>
2021
#include <tuple>

0 commit comments

Comments
 (0)