From: Douglas Gregor Date: Mon, 17 Jan 2011 19:17:01 +0000 (+0000) Subject: Add a missing include, from Joerg Sonnenberger! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e73588222491b324b4f30a67706478d1f5806986;p=oota-llvm.git Add a missing include, from Joerg Sonnenberger! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123670 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp b/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp index a553a7c19a0..04845298508 100644 --- a/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp +++ b/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp @@ -21,6 +21,7 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FormattedStream.h" #include "X86GenInstrNames.inc" +#include using namespace llvm; // Include the auto-generated portion of the assembly writer.