Skip to content

Commit 31ac2eb

Browse files
committed
include: add missing includes to pairs_util and the test
Signed-off-by: Ivan Prisyazhnyy <john.koepi@gmail.com>
1 parent c7d20d9 commit 31ac2eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/proxy-wasm/pairs_util.h

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

1616
#pragma once
1717

18+
#include <cstddef>
1819
#include <string>
1920
#include <string_view>
2021
#include <vector>

test/fuzz/pairs_util_fuzzer.cc

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

1515
#include "include/proxy-wasm/pairs_util.h"
1616

17+
#include <cstdint>
1718
#include <cstring>
1819

1920
namespace proxy_wasm {

0 commit comments

Comments
 (0)