diff options
author | Vassil Vassilev <v.g.vassilev@gmail.com> | 2016-09-14 08:55:18 +0000 |
---|---|---|
committer | Vassil Vassilev <v.g.vassilev@gmail.com> | 2016-09-14 08:55:18 +0000 |
commit | 2ec8b1506ad6953e6388e434d97df8754416320e (patch) | |
tree | 55f58724f9890ad42bd24e387a3b5d7778c6d4a9 /llvm/lib/Support/DeltaAlgorithm.cpp | |
parent | e05336ffa192646ed8814963a4b0a5ec7400172b (diff) | |
download | bcm5719-llvm-2ec8b1506ad6953e6388e434d97df8754416320e.tar.gz bcm5719-llvm-2ec8b1506ad6953e6388e434d97df8754416320e.zip |
Missing includes.
llvm-svn: 281450
Diffstat (limited to 'llvm/lib/Support/DeltaAlgorithm.cpp')
-rw-r--r-- | llvm/lib/Support/DeltaAlgorithm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <algorithm> #include <iterator> +#include <set> using namespace llvm; DeltaAlgorithm::~DeltaAlgorithm() { |