diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
tree | 4def12e759965de927d963ac65840d663ef9d1ea /lib/Support/JamCRC.cpp | |
parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) |
Diffstat (limited to 'lib/Support/JamCRC.cpp')
-rw-r--r-- | lib/Support/JamCRC.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/JamCRC.cpp b/lib/Support/JamCRC.cpp index bc21c917d55b3..17c55f565e082 100644 --- a/lib/Support/JamCRC.cpp +++ b/lib/Support/JamCRC.cpp @@ -18,6 +18,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/JamCRC.h" +#include "llvm/ADT/ArrayRef.h" using namespace llvm; |