aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ValueTypes.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-06 03:25:27 +0000
committerChris Lattner <sabre@nondot.org>2005-01-06 03:25:27 +0000
commit13259f8b0f7c9b5c5dc08ea06948e0de19e340b2 (patch)
treeb60f2e38d3d3cf8273542feac9940b182e45ba81 /include/llvm/CodeGen/ValueTypes.h
parent15afefbe9466ff638ec1a155224bc9ecd79b336b (diff)
Add required #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ValueTypes.h')
-rw-r--r--include/llvm/CodeGen/ValueTypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h
index e67a52a582..ca430e4a25 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