[llvm-commits] [llvm] r47555 - /llvm/trunk/include/llvm/ParameterAttributes.h
Chris Lattner
sabre at nondot.org
Mon Feb 25 11:20:57 PST 2008
Author: lattner
Date: Mon Feb 25 13:20:57 2008
New Revision: 47555
URL: http://llvm.org/viewvc/llvm-project?rev=47555&view=rev
Log:
make this self contained.
Modified:
llvm/trunk/include/llvm/ParameterAttributes.h
Modified: llvm/trunk/include/llvm/ParameterAttributes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ParameterAttributes.h?rev=47555&r1=47554&r2=47555&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ParameterAttributes.h (original)
+++ llvm/trunk/include/llvm/ParameterAttributes.h Mon Feb 25 13:20:57 2008
@@ -15,6 +15,7 @@
#ifndef LLVM_PARAMETER_ATTRIBUTES_H
#define LLVM_PARAMETER_ATTRIBUTES_H
+#include "llvm/Support/DataTypes.h"
#include <cassert>
namespace llvm {
More information about the llvm-commits
mailing list