mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 19:50:05 +00:00
Add missing <iterator> header for std::back_inserter
This commit is contained in:
parent
ddbaf32460
commit
fc9f621e8b
@ -18,6 +18,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <stack>
|
||||
#include <unordered_set>
|
||||
#include <utility>
|
||||
|
@ -16,6 +16,7 @@
|
||||
#define LIBSPIRV_TEST_OPT_PASS_UTILS_H_
|
||||
|
||||
#include <functional>
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user