forked from OSchip/llvm-project
Add missing include that caused a test failure on Windows. Thanks to STL for the patch. No functional change.
llvm-svn: 279453
This commit is contained in:
parent
4f7a5c3bb4
commit
3820ac3106
|
@ -17,6 +17,7 @@
|
|||
#include <cassert>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
|
Loading…
Reference in New Issue