Skip to content

Commit

Permalink
[Dominators] Add a missing include
Browse files Browse the repository at this point in the history
llvm-svn: 308058
  • Loading branch information
kuhar committed Jul 14, 2017
1 parent 72385ba commit 2b9b9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/Support/GenericDomTreeConstruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#define LLVM_SUPPORT_GENERICDOMTREECONSTRUCTION_H

#include <queue>
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/Debug.h"
Expand Down

0 comments on commit 2b9b9c8

Please sign in to comment.