[SPIRV] Explicitly include SmallSet

We were relying on a transitive include. This fixed
building the SPIRV backend.
This commit is contained in:
Paulo Matos 2023-08-14 15:18:53 +02:00
parent 2ae2b4ec1a
commit 00ae86be09

View File

@ -17,6 +17,7 @@
#include "SPIRVFrameLowering.h"
#include "SPIRVISelLowering.h"
#include "SPIRVInstrInfo.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/CodeGen/GlobalISel/CallLowering.h"
#include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"