mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Basic: include missing header (#2239)
We use SmallVector, but do not include the header. Include it explicitly. NFC.
This commit is contained in:
committed by
Jordan Rose
parent
3824a9479e
commit
0c32cb3972
@@ -11,6 +11,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "swift/Basic/Unicode.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
#include "llvm/Support/ConvertUTF.h"
|
||||
|
||||
using namespace swift;
|
||||
|
||||
Reference in New Issue
Block a user