make this self contained.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47555 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-02-25 19:20:57 +00:00
parent 079f2a66ae
commit 5f27ba1197

View File

@ -15,6 +15,7 @@
#ifndef LLVM_PARAMETER_ATTRIBUTES_H
#define LLVM_PARAMETER_ATTRIBUTES_H
#include "llvm/Support/DataTypes.h"
#include <cassert>
namespace llvm {