Include raw_ostream.h unconditionally even if it is only used for debug code.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 19 Nov 2010 18:51:46 +0000 (18:51 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 19 Nov 2010 18:51:46 +0000 (18:51 +0000)
commit805f105da0e15c3c63c5d5e9df0140d3421b4a55
treef50842635ca7f299e28d3ff345a34ff6f652a8cf
parente8e98d7f2eaa0613442ce21ab6a040c0f04f5b4d
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119818 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/IntervalMap.h