From: Chris Lattner Date: Mon, 25 Feb 2008 19:20:57 +0000 (+0000) Subject: make this self contained. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5f27ba1197676fda5fcc669bd109de22e584f08e;p=oota-llvm.git make this self contained. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47555 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ParameterAttributes.h b/include/llvm/ParameterAttributes.h index 5cff0443dec..3de5f0537ac 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 {