From 2ec8b1506ad6953e6388e434d97df8754416320e Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Wed, 14 Sep 2016 08:55:18 +0000 Subject: Missing includes. llvm-svn: 281450 --- llvm/lib/Support/DeltaAlgorithm.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/DeltaAlgorithm.cpp') diff --git a/llvm/lib/Support/DeltaAlgorithm.cpp b/llvm/lib/Support/DeltaAlgorithm.cpp index 9e52874de83..50ea4e9ce0c 100644 --- a/llvm/lib/Support/DeltaAlgorithm.cpp +++ b/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