summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Liu <ioeric@google.com>2016-04-18 12:21:59 +0000
committerEric Liu <ioeric@google.com>2016-04-18 12:21:59 +0000
commit0179230ae892bb8b256f7040b5a8d9f9524ad8c5 (patch)
tree4d4f7f2b99f96ed052088bf48c13c5a1ccb1579e /llvm/lib
parent7eafdced6e7423a03343282a5fb1c7a55109d7e8 (diff)
downloadbcm5719-llvm-0179230ae892bb8b256f7040b5a8d9f9524ad8c5.tar.gz
bcm5719-llvm-0179230ae892bb8b256f7040b5a8d9f9524ad8c5.zip
Include SmallVector.h header in lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
llvm-svn: 266606
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
index a67ecaa2e6b..07b0f914e44 100644
--- a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
+++ b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
@@ -15,6 +15,7 @@
#ifndef LLVM_LIB_TARGET_WEBASSEMBLY_INSTPRINTER_WEBASSEMBLYINSTPRINTER_H
#define LLVM_LIB_TARGET_WEBASSEMBLY_INSTPRINTER_WEBASSEMBLYINSTPRINTER_H
+#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/MachineValueType.h"
#include "llvm/MC/MCInstPrinter.h"
OpenPOWER on IntegriCloud