forked from OSchip/llvm-project
CFG.h - add missing GraphTraits.h include. NFC.
MSVC doesn't care that this isn't declared for default template args but gcc (sometimes) does.
This commit is contained in:
parent
e5e33f23c7
commit
eaf1ea109c
|
@ -14,6 +14,7 @@
|
|||
#ifndef LLVM_ANALYSIS_CFG_H
|
||||
#define LLVM_ANALYSIS_CFG_H
|
||||
|
||||
#include "llvm/ADT/GraphTraits.h"
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
#include <utility>
|
||||
|
||||
|
|
Loading…
Reference in New Issue