[mlir] Fix clang5 build after D113641

This commit is contained in:
River Riddle 2021-11-16 19:48:26 +00:00
parent 078279ff01
commit 874305c738
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
// Workaround for clang-5 (PR41549)
#if defined(__clang_major__)
#if __clang_major__ <= 5
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/SmallVector.h"
#endif
#endif