Add required #include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19302 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-01-06 03:25:27 +00:00
parent 15afefbe94
commit 13259f8b0f

View File

@ -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