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:
Simon Pilgrim 2020-06-06 15:18:25 +01:00
parent e5e33f23c7
commit eaf1ea109c
1 changed files with 1 additions and 0 deletions

View File

@ -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>