summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/DeltaAlgorithm.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-04 08:17:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-04 08:17:07 +0000
commitc5b2ac4d97e493727b74325fd5066fdb5d3411c3 (patch)
treee9928846633436515422bd13a3650d39b42ad98b /llvm/lib/Support/DeltaAlgorithm.cpp
parent78cde14444cb462f8f7787090c957c61b8c2aff6 (diff)
downloadbcm5719-llvm-c5b2ac4d97e493727b74325fd5066fdb5d3411c3.tar.gz
bcm5719-llvm-c5b2ac4d97e493727b74325fd5066fdb5d3411c3.zip
Fix typo and add missing include.
llvm-svn: 90557
Diffstat (limited to 'llvm/lib/Support/DeltaAlgorithm.cpp')
-rw-r--r--llvm/lib/Support/DeltaAlgorithm.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Support/DeltaAlgorithm.cpp b/llvm/lib/Support/DeltaAlgorithm.cpp
index 9aabd8d1a01..f85ca300ab9 100644
--- a/llvm/lib/Support/DeltaAlgorithm.cpp
+++ b/llvm/lib/Support/DeltaAlgorithm.cpp
@@ -1,4 +1,4 @@
-//===--- DeltaAlgorithm.h - A Set Minimization Algorithm -------*- C++ -*--===//
+//===--- DeltaAlgorithm.cpp - A Set Minimization Algorithm -----*- C++ -*--===//
//
// The LLVM Compiler Infrastructure
//
@@ -8,6 +8,7 @@
#include "llvm/ADT/DeltaAlgorithm.h"
#include <algorithm>
+#include <iterator>
using namespace llvm;
bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {
OpenPOWER on IntegriCloud