make this self contained.
authorChris Lattner <sabre@nondot.org>
Mon, 25 Feb 2008 19:20:57 +0000 (19:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 Feb 2008 19:20:57 +0000 (19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47555 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ParameterAttributes.h

index 5cff0443deccce9acc50f30c6bbad81621bed0ca..3de5f0537ac23660909fb24783b23d0166e254c0 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef LLVM_PARAMETER_ATTRIBUTES_H
 #define LLVM_PARAMETER_ATTRIBUTES_H
 
+#include "llvm/Support/DataTypes.h"
 #include <cassert>
 
 namespace llvm {