mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Actually include the ArrayRef header rather than rely on the forward
declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203287 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a90a1e19c
commit
856eb29a6a
@ -28,13 +28,12 @@
|
|||||||
#ifndef LLVM_SYSTEM_MD5_H
|
#ifndef LLVM_SYSTEM_MD5_H
|
||||||
#define LLVM_SYSTEM_MD5_H
|
#define LLVM_SYSTEM_MD5_H
|
||||||
|
|
||||||
|
#include "llvm/ADT/ArrayRef.h"
|
||||||
#include "llvm/ADT/SmallString.h"
|
#include "llvm/ADT/SmallString.h"
|
||||||
#include "llvm/Support/DataTypes.h"
|
#include "llvm/Support/DataTypes.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
template <typename T> class ArrayRef;
|
|
||||||
|
|
||||||
class MD5 {
|
class MD5 {
|
||||||
// Any 32-bit or wider unsigned integer data type will do.
|
// Any 32-bit or wider unsigned integer data type will do.
|
||||||
typedef uint32_t MD5_u32plus;
|
typedef uint32_t MD5_u32plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user