We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fd801 commit 6610098Copy full SHA for 6610098
include/LLVMSPIRVLib.h
@@ -43,8 +43,11 @@
43
44
#include "LLVMSPIRVOpts.h"
45
46
+#include <cstdint>
47
#include <iostream>
48
+#include <optional>
49
#include <string>
50
+#include <vector>
51
52
namespace llvm {
53
// Pass initialization functions need to be declared before inclusion of
include/LLVMSPIRVOpts.h
@@ -47,6 +47,7 @@
#include <map>
#include <optional>
#include <unordered_map>
class IntrinsicInst;
0 commit comments