From: Chris Lattner Date: Thu, 6 Jan 2005 03:25:27 +0000 (+0000) Subject: Add required #include X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=13259f8b0f7c9b5c5dc08ea06948e0de19e340b2;p=oota-llvm.git Add required #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19302 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index e67a52a5826..ca430e4a252 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 + namespace llvm { /// MVT namespace - This namespace defines the ValueType enum, which contains