Commit 00ae86be authored by Paulo Matos's avatar Paulo Matos
Browse files

[SPIRV] Explicitly include SmallSet

We were relying on a transitive include. This fixed
building the SPIRV backend.
parent 2ae2b4ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"