1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

[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 c2092c7f0d
commit 001e5b68a5

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"