Skip to content

Commit aa2158d

Browse files
committed
Merge remote-tracking branch 'origin/master' into PiotrSikora/dual_abi
2 parents 3a5bf24 + 5d8775b commit aa2158d

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ on:
1919
pull_request:
2020
branches:
2121
- master
22+
- 'envoy-release/**'
2223

2324
push:
2425
branches:
2526
- master
27+
- 'envoy-release/**'
2628

2729
jobs:
2830

include/proxy-wasm/context_interface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <chrono>
2121
#include <functional>
2222
#include <iostream>
23+
#include <optional>
2324
#include <map>
2425
#include <memory>
2526
#include <vector>

include/proxy-wasm/wasm_vm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include <functional>
1919
#include <memory>
20+
#include <optional>
2021

2122
#include "include/proxy-wasm/word.h"
2223

src/v8/v8.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <cassert>
1919

2020
#include <memory>
21+
#include <optional>
2122
#include <utility>
2223
#include <vector>
2324

src/wavm/wavm.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include <iostream>
1919
#include <memory>
20+
#include <optional>
2021
#include <unordered_map>
2122
#include <utility>
2223
#include <vector>

0 commit comments

Comments
 (0)