projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5885e26
)
Revert r234389. It really was needed but really should have been cstring instead...
author
Craig Topper
<craig.topper@gmail.com>
Wed, 8 Apr 2015 06:03:17 +0000
(06:03 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Wed, 8 Apr 2015 06:03:17 +0000
(06:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234390
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/X86DisassemblerShared.h
patch
|
blob
|
history
diff --git
a/utils/TableGen/X86DisassemblerShared.h
b/utils/TableGen/X86DisassemblerShared.h
index 699aa7f3e1afcde4ccf5e4b7718af7f0c40ba114..e5889e92415df4fec92b1efd11308848be050f19 100644
(file)
--- 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 <cstring>
#include <string>
#include "../../lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h"