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 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/Debug.cpp') 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 -- cgit v1.2.3