1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Include raw_ostream.h unconditionally even if it is only used for debug code.

We don't want any clients acidentally depending on this and then failing in a
-Asserts build.

llvm-svn: 119818
This commit is contained in:
Jakob Stoklund Olesen 2010-11-19 18:51:46 +00:00
parent 214e641d8d
commit 0073a81d8d

View File

@ -106,10 +106,8 @@
#include <limits>
#include <iterator>
// FIXME: Remove debugging code
#ifndef NDEBUG
// FIXME: Remove debugging code.
#include "llvm/Support/raw_ostream.h"
#endif
namespace llvm {