diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-06 03:25:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-06 03:25:27 +0000 |
commit | 13259f8b0f7c9b5c5dc08ea06948e0de19e340b2 (patch) | |
tree | b60f2e38d3d3cf8273542feac9940b182e45ba81 | |
parent | 15afefbe9466ff638ec1a155224bc9ecd79b336b (diff) | |
download | external_llvm-13259f8b0f7c9b5c5dc08ea06948e0de19e340b2.zip external_llvm-13259f8b0f7c9b5c5dc08ea06948e0de19e340b2.tar.gz external_llvm-13259f8b0f7c9b5c5dc08ea06948e0de19e340b2.tar.bz2 |
Add required #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19302 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/ValueTypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index e67a52a..ca430e4 100644 --- a/include/llvm/CodeGen/ValueTypes.h +++ b/include/llvm/CodeGen/ValueTypes.h @@ -16,6 +16,8 @@ #ifndef LLVM_CODEGEN_VALUETYPES_H #define LLVM_CODEGEN_VALUETYPES_H +#include <cassert> + namespace llvm { /// MVT namespace - This namespace defines the ValueType enum, which contains |