From 799003bf8c4e9637091c1e16b214d065d15958e6 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 23 Mar 2015 19:32:43 +0000 Subject: Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. llvm-svn: 232998 --- llvm/lib/Support/Debug.cpp | 1 + llvm/lib/Support/FormattedStream.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'llvm/lib/Support') diff --git a/llvm/lib/Support/Debug.cpp b/llvm/lib/Support/Debug.cpp index 9c58ae8cc9f..a88b18e6c06 100644 --- a/llvm/lib/Support/Debug.cpp +++ b/llvm/lib/Support/Debug.cpp @@ -28,6 +28,7 @@ #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/Signals.h" #include "llvm/Support/circular_raw_ostream.h" +#include "llvm/Support/raw_ostream.h" #undef isCurrentDebugType #undef setCurrentDebugType diff --git a/llvm/lib/Support/FormattedStream.cpp b/llvm/lib/Support/FormattedStream.cpp index 618ec2673a1..2ed71c7e431 100644 --- a/llvm/lib/Support/FormattedStream.cpp +++ b/llvm/lib/Support/FormattedStream.cpp @@ -13,6 +13,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/FormattedStream.h" +#include "llvm/Support/raw_ostream.h" #include using namespace llvm; -- cgit v1.2.3