From 53d771aafdbe5b919f264f53cba3788e2c4cffd2 Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 24 Jan 2017 08:32:59 +0000 Subject: Import LLVM 4.0.0 rc1 including clang and lld to help the current development effort on OpenBSD/arm64. --- gnu/llvm/lib/Support/DeltaAlgorithm.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/llvm/lib/Support/DeltaAlgorithm.cpp') diff --git a/gnu/llvm/lib/Support/DeltaAlgorithm.cpp b/gnu/llvm/lib/Support/DeltaAlgorithm.cpp index 9e52874de83..50ea4e9ce0c 100644 --- a/gnu/llvm/lib/Support/DeltaAlgorithm.cpp +++ b/gnu/llvm/lib/Support/DeltaAlgorithm.cpp @@ -9,6 +9,7 @@ #include "llvm/ADT/DeltaAlgorithm.h" #include #include +#include using namespace llvm; DeltaAlgorithm::~DeltaAlgorithm() { -- cgit v1.2.3-59-g8ed1b