From: Craig Topper Date: Wed, 8 Apr 2015 06:03:17 +0000 (+0000) Subject: Revert r234389. It really was needed but really should have been cstring instead... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a0400a7bf65a428294ee42fe453f16c96902a359;p=oota-llvm.git Revert r234389. It really was needed but really should have been cstring instead of string.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234390 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/X86DisassemblerShared.h b/utils/TableGen/X86DisassemblerShared.h index 699aa7f3e1a..e5889e92415 100644 --- a/utils/TableGen/X86DisassemblerShared.h +++ b/utils/TableGen/X86DisassemblerShared.h @@ -10,6 +10,7 @@ #ifndef LLVM_UTILS_TABLEGEN_X86DISASSEMBLERSHARED_H #define LLVM_UTILS_TABLEGEN_X86DISASSEMBLERSHARED_H +#include #include #include "../../lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h"