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:
15afefb
)
Add required #include
author
Chris Lattner
<sabre@nondot.org>
Thu, 6 Jan 2005 03:25:27 +0000
(
03:25
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 6 Jan 2005 03:25:27 +0000
(
03:25
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19302
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/ValueTypes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/ValueTypes.h
b/include/llvm/CodeGen/ValueTypes.h
index e67a52a5826ef32b1fd98bfe2c70049f7c893881..ca430e4a252c2e018be32babf4f1d39c401f932d 100644
(file)
--- 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