From 5f27ba1197676fda5fcc669bd109de22e584f08e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 25 Feb 2008 19:20:57 +0000 Subject: make this self contained. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47555 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ParameterAttributes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llvm/ParameterAttributes.h') diff --git a/include/llvm/ParameterAttributes.h b/include/llvm/ParameterAttributes.h index 5cff044..3de5f05 100644 --- a/include/llvm/ParameterAttributes.h +++ b/include/llvm/ParameterAttributes.h @@ -15,6 +15,7 @@ #ifndef LLVM_PARAMETER_ATTRIBUTES_H #define LLVM_PARAMETER_ATTRIBUTES_H +#include "llvm/Support/DataTypes.h" #include namespace llvm { -- cgit v1.1