summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-03-07 21:30:49 +0000
committerEric Christopher <echristo@gmail.com>2014-03-07 21:30:49 +0000
commit526847fe2041b2e3018a20dc2fb4d12bfc0242cf (patch)
tree2be09de7cbced6c0c13f83e05c67ece978e88ec7
parent5c30320c5feb569629d733e3f7816e600da1e129 (diff)
downloadbcm5719-llvm-526847fe2041b2e3018a20dc2fb4d12bfc0242cf.tar.gz
bcm5719-llvm-526847fe2041b2e3018a20dc2fb4d12bfc0242cf.zip
Actually include the ArrayRef header rather than rely on the forward
declaration. llvm-svn: 203287
-rw-r--r--llvm/include/llvm/Support/MD5.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/MD5.h b/llvm/include/llvm/Support/MD5.h
index b2b8c2d55b8..4eb8507ea34 100644
--- a/llvm/include/llvm/Support/MD5.h
+++ b/llvm/include/llvm/Support/MD5.h
@@ -28,13 +28,12 @@
#ifndef LLVM_SYSTEM_MD5_H
#define LLVM_SYSTEM_MD5_H
+#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {
-template <typename T> class ArrayRef;
-
class MD5 {
// Any 32-bit or wider unsigned integer data type will do.
typedef uint32_t MD5_u32plus;
OpenPOWER on IntegriCloud