diff --git a/llvm/lib/Support/DeltaAlgorithm.cpp b/llvm/lib/Support/DeltaAlgorithm.cpp index 9aabd8d1a01e..f85ca300ab98 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 +#include using namespace llvm; bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) {