Basic: include missing header (#2239)

We use SmallVector, but do not include the header.  Include it explicitly.  NFC.
This commit is contained in:
Saleem Abdulrasool
2016-04-18 19:50:17 -07:00
committed by Jordan Rose
parent 3824a9479e
commit 0c32cb3972

View File

@@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===//
#include "swift/Basic/Unicode.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/ConvertUTF.h"
using namespace swift;