From ec6b70572f4672fe12d60159d05280d890a071e2 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Thu, 6 Sep 2018 20:01:06 +0000 Subject: [PATCH] Add missing #include for Testing/Support/SupportHelpers.h llvm-svn: 341582 --- llvm/include/llvm/Testing/Support/SupportHelpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/Testing/Support/SupportHelpers.h b/llvm/include/llvm/Testing/Support/SupportHelpers.h index b1c9548..b2975ec 100644 --- a/llvm/include/llvm/Testing/Support/SupportHelpers.h +++ b/llvm/include/llvm/Testing/Support/SupportHelpers.h @@ -12,6 +12,7 @@ #include "llvm/ADT/SmallString.h" #include "llvm/Support/Error.h" +#include "llvm/Support/raw_os_ostream.h" #include "gtest/gtest-printers.h" #include -- 2.7.4