From: Reid Kleckner Date: Fri, 3 May 2013 00:54:56 +0000 (+0000) Subject: Fix missing include in Hexagon code for Release+Asserts X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=aa35a569751eb79b2a2db31139932e30c6889400;p=oota-llvm.git Fix missing include in Hexagon code for Release+Asserts git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180983 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Hexagon/HexagonInstrInfo.cpp b/lib/Target/Hexagon/HexagonInstrInfo.cpp index e0beab078f1..31c1937951b 100644 --- a/lib/Target/Hexagon/HexagonInstrInfo.cpp +++ b/lib/Target/Hexagon/HexagonInstrInfo.cpp @@ -25,6 +25,7 @@ #include "llvm/CodeGen/PseudoSourceValue.h" #include "llvm/Support/Debug.h" #include "llvm/Support/MathExtras.h" +#include "llvm/Support/raw_ostream.h" #define GET_INSTRINFO_CTOR #define GET_INSTRMAP_INFO #include "HexagonGenInstrInfo.inc"