[FileCheck] Add missing include in FileCheckImpl.h
authorThomas Preud'homme <thomasp@graphcore.ai>
Tue, 14 Apr 2020 17:24:32 +0000 (18:24 +0100)
committerThomas Preud'homme <thomasp@graphcore.ai>
Tue, 14 Apr 2020 17:37:37 +0000 (18:37 +0100)
commitb34c9049cb1a3a5c290ce1ac8746e90d44053a3c
tree9522fab58cfe6f18f5b5af867a7eab0838763d90
parent05a079895cc7ff59e7e24d1d8e6da50ad42eba2b
[FileCheck] Add missing include in FileCheckImpl.h

FileCheckImpl.h internal header uses type defined in the public
FileCheck.h header but fails to include it. This commit fixes that.

Test Plan: Built it locally successfully.
llvm/lib/Support/FileCheckImpl.h