Skip to content

Commit 6610098

Browse files
authored
Add missing includes to headers (#3413)
1 parent c4fd801 commit 6610098

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

include/LLVMSPIRVLib.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@
4343

4444
#include "LLVMSPIRVOpts.h"
4545

46+
#include <cstdint>
4647
#include <iostream>
48+
#include <optional>
4749
#include <string>
50+
#include <vector>
4851

4952
namespace llvm {
5053
// Pass initialization functions need to be declared before inclusion of

include/LLVMSPIRVOpts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#include <map>
4848
#include <optional>
4949
#include <unordered_map>
50+
#include <vector>
5051

5152
namespace llvm {
5253
class IntrinsicInst;

0 commit comments

Comments
 (0)