[NFC][InstCombine] Negator: include all the needed headers, IWYU

This commit is contained in:
Roman Lebedev 2020-08-05 20:11:48 +03:00
parent 249a1d4f1b
commit a05ec856a3
No known key found for this signature in database
GPG Key ID: 083C3EBB4A1689E0
1 changed files with 2 additions and 0 deletions

View File

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