From 13259f8b0f7c9b5c5dc08ea06948e0de19e340b2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 6 Jan 2005 03:25:27 +0000 Subject: [PATCH] Add required #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19302 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/ValueTypes.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1