From 1a097e30d39e60303ae2b19f7a56e813f3e3c18e Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 7 Dec 2006 23:41:45 +0000 Subject: Don't use in Streams.h but instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32340 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Statistic.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Support/Statistic.cpp') diff --git a/lib/Support/Statistic.cpp b/lib/Support/Statistic.cpp index 8c08271235..1b28eed49a 100644 --- a/lib/Support/Statistic.cpp +++ b/lib/Support/Statistic.cpp @@ -26,6 +26,7 @@ #include "llvm/Support/Streams.h" #include "llvm/ADT/StringExtras.h" #include +#include using namespace llvm; // GetLibSupportInfoOutputFile - Return a file stream to print our output on... -- cgit v1.2.3