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:
parent
214e641d8d
commit
0073a81d8d
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user