[llvm] r234390 - Revert r234389. It really was needed but really should have been cstring instead of string.h
Craig Topper
craig.topper at gmail.com
Tue Apr 7 23:03:17 PDT 2015
Author: ctopper
Date: Wed Apr 8 01:03:17 2015
New Revision: 234390
URL: http://llvm.org/viewvc/llvm-project?rev=234390&view=rev
Log:
Revert r234389. It really was needed but really should have been cstring instead of string.h
Modified:
llvm/trunk/utils/TableGen/X86DisassemblerShared.h
Modified: llvm/trunk/utils/TableGen/X86DisassemblerShared.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/X86DisassemblerShared.h?rev=234390&r1=234389&r2=234390&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/X86DisassemblerShared.h (original)
+++ llvm/trunk/utils/TableGen/X86DisassemblerShared.h Wed Apr 8 01:03:17 2015
@@ -10,6 +10,7 @@
#ifndef LLVM_UTILS_TABLEGEN_X86DISASSEMBLERSHARED_H
#define LLVM_UTILS_TABLEGEN_X86DISASSEMBLERSHARED_H
+#include <cstring>
#include <string>
#include "../../lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h"
More information about the llvm-commits
mailing list