forked from OSchip/llvm-project
[NFC][InstCombine] Negator: include all the needed headers, IWYU
This commit is contained in:
parent
249a1d4f1b
commit
a05ec856a3
|
@ -43,6 +43,8 @@
|
|||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Transforms/InstCombine/InstCombiner.h"
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
|
|
Loading…
Reference in New Issue