[NFC] Add missing include to LaneBitmask.h to fix modules build

This commit is contained in:
Raphael Isemann 2021-06-07 18:43:00 +02:00
parent be663c4337
commit f10b9ca9c6
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Printable.h"
#include "llvm/Support/raw_ostream.h"